Oauth for google redirect_uri error. Expecting HTTPS but sending HTTP #884
Unanswered
DmitryTiunov
asked this question in
Questions & Answers
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
While setting up airflows I came across a similar problem that was described for the official chart - apache/airflow#17536.
Description of the problem:
I install airflow on the Amazon EKS cluster. In the Helm chart settings, I specify to create an ingress controller and add authentication via Google oauth
but when I log in through my Google account I get an error:
Actually the problem is that I need to use https instead of http for the redirect URL. But I can't find a way to set it up.
I tried the workaround that is offered in the official repository. There I suggest setting the variable
I did this, but it didn't work
Any ideas how I can set up the HTTPS for the redirect link?
Beta Was this translation helpful? Give feedback.
All reactions