Airflow - LDAP Authentication with RBAC #14245
Unanswered
basanthcse
asked this question in
Q&A
Replies: 1 comment
-
I am also having LDAP authentication issues @basanthcse |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Airflow Version 1.10.12
Flask-AppBuilder 2.3.4
We have implemented LDAP authentication with RBAC in Airflow user authentication. I have one situation where every user is able to login as Admin, if i mention AUTH_USER_REGISTRATION_ROLE = "Admin" in webserver_config.py file. I have two ldap group (airflow_admin and airflow_dev groups), i need airflow_admin user to login as ADMIN role and airflow_dev group users as OP role. How can I dynamically assign the AUTH_USER_REGISTRATION_ROLE based on the user's LDAP role?
Beta Was this translation helpful? Give feedback.
All reactions