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
  • Loading branch information
Benji Visser authored and Alice Berard committed Jan 3, 2019
1 parent 2845f91 commit e471c4e
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 @@ -333,7 +333,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 e471c4e

Please sign in to comment.