-
-
Notifications
You must be signed in to change notification settings - Fork 4
Closed
Description
As a user I want to be able to use LDAP authentication with my airflow webserver to integrate with existing security systems.
As both airflow and superset use flask-app webservers, the LDAP implementation for superset can provide a basis for implementing the same for airflow. This issue is complete when the following have been implemented:
- set the following environment variable to prevent a default user from being created:
_AIRFLOW_WWW_USER_CREATE: 'false'- N.B. the database initialization process will still need to create an admin user for the schema to be complete
- create
webserver_config.pyin the controller using theAuthenticationClassProviderspecified in the airflow cluster resource - create tests specific to LDAP usage
- relevant documentation and examples
Links
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels