Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions providers/edge3/docs/deployment.rst
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ Minimum Airflow configuration settings for the Edge Worker to make it running is

- Section ``[core]``

- ``execution_api_server_url``: The url of the execution api server. Default is ``{BASE_URL}/execution/``
where {BASE_URL} is the base url of the API Server. If ``{BASE_URL}`` is not set, it will use
``http://localhost:8080`` as the default base url.
- ``execution_api_server_url``: If not set, the base URL from ``edge.api_url`` will be used. For example,
when ``edge.api_url`` is set to ``https://your-hostname-and-port/edge_worker/v1/rpcapi``, it will
default to ``https://your-hostname-and-port/execution/``.
- ``executor``: Executor must be set or added to be ``airflow.providers.edge3.executors.EdgeExecutor``
- ``internal_api_secret_key``: An encryption key must be set on api-server and Edge Worker component as
shared secret to authenticate traffic. It should be a random string like the fernet key
Expand Down