GitHub user emredjan added a comment to the discussion: LDAP Auth Manager for Airflow 3+
Thank you, it was born out of a necessity really, as the old FAB auth manager and getting to make it work with LDAP was bit of a headache with Airflow 3+ (and it was a bit overkill for our use case, I needed something lighter). I think the documentation for the auth manager framework is quite extensive, and it helped me understand the internals well (and it helped ChatGPT to quickly prototype a working auth manager, with some nudging). You still need to dive into the existing code a bit to get a working implementations of the provided functions, but that's to be expected when developing a plugin that integrates that much with the API server. Nevertheless, I will have another look at the documentation and see if I can come up with any suggestions / improvements. GitHub link: https://github.com/apache/airflow/discussions/56252#discussioncomment-15128767 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
