Setting up LDAPS authentication for airflow #574
Unanswered
flyerhawk
asked this question in
Questions & Answers
Replies: 1 comment
-
hi, @flyerhawk have you configure the ldap correctly. I come into the trouble that airflow webserver cannot connect to ldap server. |
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
-
Hi,
I'm trying to get LDAPS auth set up for my airflow instance. We do not allow ldap cleartext. My challenge is figuring out how to get the flask app to use the proper cert. The docs reference this value "AUTH_LDAP_TLS_CACERTFILE " but it is expecting a specific file location in the container. Which means I would have to create a volume mount which is not ideal. Is there a way to get that value to reference a K8s secret?
Beta Was this translation helpful? Give feedback.
All reactions