Felipe Rodrigues created AIRFLOW-5791:
-----------------------------------------
Summary: Documentation on Google Auth has a flaw on the domain
setting
Key: AIRFLOW-5791
URL: https://issues.apache.org/jira/browse/AIRFLOW-5791
Project: Apache Airflow
Issue Type: Bug
Components: authentication, documentation
Affects Versions: 1.10.5
Reporter: Felipe Rodrigues
Assignee: Felipe Rodrigues
Hello, all!
I just ran into an issue while trying to setup Google Auth. After performing
all the required steps, I was able to authenticate with Google but airflow kept
giving me an error, saying that I wasn't actually logged in.
It turns out that the docs says that I should set up the allowed domains as
{{domain = "example1.com,example2.com" }}
But those double quotes are wrong, it actually needs to be like
{{domain = example1.com,example2.com}}
There is a user on StackOverflow that ran into this [same
problem|https://stackoverflow.com/q/48297391/2713733]
I'll issue a PR fixing this detail shortly.
Thank you all!
--
This message was sent by Atlassian Jira
(v8.3.4#803005)