Skip to content

Commit

Permalink
Config: Remove the authenticate var from app.cfg and remove other con…
Browse files Browse the repository at this point in the history
…figs from airflow.cfg
  • Loading branch information
jpuerto-psc committed Feb 2, 2021
1 parent 0e6a441 commit e127e8c
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions docker/ingest-pipeline/config/airflow.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
# Should be supplied in the format: ``key = value``

0 comments on commit e127e8c

Please sign in to comment.