Skip to content

Commit

Permalink
[AIRFLOW-XXX] Remove quotes from domains in Google Oauth (apache#4226)
Browse files Browse the repository at this point in the history
Related SO: https://stackoverflow.com/a/52528091/10638329

(cherry picked from commit 44df8a1)
  • Loading branch information
Benji Visser authored and kaxil committed Mar 19, 2020
1 parent 1b8c22e commit 26517c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/security.rst
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ login, separated with a comma, to only members of those domains.
client_id = google_client_id
client_secret = google_client_secret
oauth_callback_route = /oauth2callback
domain = "example1.com,example2.com"
domain = example1.com,example2.com
To use Google authentication, you must install Airflow with the ``google_auth`` extras group:
Expand Down

0 comments on commit 26517c6

Please sign in to comment.