airflow-docker
airflow-docker copied to clipboard
How to use LDAP with ariflow-docker?
Hello,
I am trying to use LDAP on Airflow with Docker but i have the following error:
airflow-webserver_1 | File "/home/airflow/.local/lib/python3.11/site-packages/airflow/www/extensions/init_security.py", line 65, in init_api_experimental_auth
airflow-webserver_1 | raise AirflowException(err)
airflow-webserver_1 | airflow.exceptions.AirflowException: No module named 'airflow.api.auth.backend.ldap_auth'
Do you know how to?
Thank you
I havent tried using LDAP on docker instance. Can you tell me more how you are trying to do this?
I think there is a library besides of the airflow main one