airflow-docker icon indicating copy to clipboard operation
airflow-docker copied to clipboard

How to use LDAP with ariflow-docker?

Open manel00 opened this issue 1 year ago • 2 comments

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

manel00 avatar Sep 10 '24 09:09 manel00

I havent tried using LDAP on docker instance. Can you tell me more how you are trying to do this?

anilkulkarni87 avatar Oct 10 '24 19:10 anilkulkarni87

I think there is a library besides of the airflow main one

manel00 avatar Mar 10 '25 13:03 manel00