From e127e8cd2c35cb338f68875d7d991d73e9796485 Mon Sep 17 00:00:00 2001 From: Juan Puerto Date: Tue, 2 Feb 2021 14:00:31 -0500 Subject: [PATCH] Config: Remove the authenticate var from app.cfg and remove other configs from airflow.cfg --- docker/ingest-pipeline/config/airflow.cfg | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) 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