Airflow 3 and Oauth Git authentication #51600
Unanswered
arodrber-ds
asked this question in
Q&A
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.
-
Description
Hello, Today I use airflow on Kubernetes and it's version 2.11.0 and to log into the application I use Git's oauth, below are the configurations:
However, when I tried to update to Airflow 3, I am unable to perform the same type of action, and the webserver_config.py file is no longer being created in the api-server pod, thus keeping the basic authentication type as below:
What do I need to do to enable this authentication in Airflow 3?
Beta Was this translation helpful? Give feedback.
All reactions