Replies: 1 comment
-
|
For Airflow 3, configure OAuth through the FAB auth manager. In the Helm chart that means three separate pieces: config:
core:
auth_manager: airflow.providers.fab.auth_manager.fab_auth_manager.FabAuthManager
webserver:
webserverConfig: |
from flask_appbuilder.security.manager import AUTH_OAUTH
AUTH_TYPE = AUTH_OAUTHThen provide the OAuth provider definition through the FAB config, for example with The provider JSON is provider-specific, but the Airflow docs show the generic structure: |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Under which category would you file this issue?
Helm chart
Apache Airflow version
3.0.6
What happened and how to reproduce it?
i dont know how can i config to use oauth2 . in values.yaml to helm
What you think should happen instead?
No response
Operating System
ubuntu
Deployment
Official Apache Airflow Helm Chart
Apache Airflow Provider(s)
No response
Versions of Apache Airflow Providers
No response
Official Helm Chart version
1.18.0
Kubernetes Version
No response
Helm Chart configuration
No response
Docker Image customizations
No response
Anything else?
No response
Are you willing to submit PR?
Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions