mirror of
https://github.com/microsoft/onefuzz.git
synced 2025-06-16 11:58:09 +00:00
remove unused back_channel_address entry (#420)
This commit is contained in:
@ -13,7 +13,7 @@ from onefuzztypes.models import TaskConfig, TaskDefinition, TaskUnitConfig
|
|||||||
from onefuzztypes.primitives import Container
|
from onefuzztypes.primitives import Container
|
||||||
|
|
||||||
from ..azure.containers import blob_exists, container_exists, get_container_sas_url
|
from ..azure.containers import blob_exists, container_exists, get_container_sas_url
|
||||||
from ..azure.creds import get_instance_id, get_instance_url
|
from ..azure.creds import get_instance_id
|
||||||
from ..azure.queue import get_queue_sas
|
from ..azure.queue import get_queue_sas
|
||||||
from ..azure.storage import StorageType
|
from ..azure.storage import StorageType
|
||||||
from .defs import TASK_DEFINITIONS
|
from .defs import TASK_DEFINITIONS
|
||||||
@ -188,7 +188,6 @@ def build_task_config(
|
|||||||
StorageType.config,
|
StorageType.config,
|
||||||
add=True,
|
add=True,
|
||||||
),
|
),
|
||||||
back_channel_address="https://%s/api/back_channel" % (get_instance_url()),
|
|
||||||
instance_id=get_instance_id(),
|
instance_id=get_instance_id(),
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -298,7 +298,6 @@ class TaskUnitConfig(BaseModel):
|
|||||||
telemetry_key: Optional[str]
|
telemetry_key: Optional[str]
|
||||||
heartbeat_queue: str
|
heartbeat_queue: str
|
||||||
# command_queue: str
|
# command_queue: str
|
||||||
back_channel_address: str
|
|
||||||
input_queue: Optional[str]
|
input_queue: Optional[str]
|
||||||
supervisor_exe: Optional[str]
|
supervisor_exe: Optional[str]
|
||||||
supervisor_env: Optional[Dict[str, str]]
|
supervisor_env: Optional[Dict[str, str]]
|
||||||
|
Reference in New Issue
Block a user