LDAP authentication not working with Airflow 2.0? #13840
Unanswered
usernametakenforever
asked this question in
Q&A
Replies: 1 comment 3 replies
-
When I work with LDAP I use tools like LDAPSEARCH to verify my LDAP query before I plug it into my code. Can you validate that the search query you are using returns the expected results? You also want to make sure that your certificate is valid. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have created webserver_config.py and added all the required configuration needed for LDAP authentication. I'm not able to login and logs show no error messages except for "login failed for user xxxxx".
On the LDAP server, we never see any connection attempt being made by this new airflow server. Below is my configuration in webserver_config.py
Please let me know if any other information is needed
Beta Was this translation helpful? Give feedback.
All reactions