diff --git a/docker/ingest-pipeline/config/airflow.cfg b/docker/ingest-pipeline/config/airflow.cfg index 13fd694e8..78dc8507e 100644 --- a/docker/ingest-pipeline/config/airflow.cfg +++ b/docker/ingest-pipeline/config/airflow.cfg @@ -354,7 +354,7 @@ expose_stacktrace = True # https://airflow.apache.org/security.html#web-authentication authenticate = True -auth_backend = globus_auth.globus_auth +#auth_backend = # Filter the list of dags by owner name (requires authentication to be enabled) filter_by_owner = False @@ -1054,9 +1054,4 @@ fs_group = # The Key-value pairs to be given to worker pods. # The worker pods will be given these static labels, as well as some additional dynamic labels # to identify the task. -# Should be supplied in the format: ``key = value`` - -[globus] -app_client_id = -app_client_secret = -oauth_callback_route = /oauth2callback \ No newline at end of file +# Should be supplied in the format: ``key = value`` \ No newline at end of file