Marc! Thank you so much. You helped me and my team a lot.
@bozi6286 Жыл бұрын
Thank you Marc! I'd suggest using AUTH_LDAP_UID_FIELD = "sAMAccountName" instead of "cn". Because for a user Name Surname "CN=Name Surname" but "sAMAccountName=name.surname". In this case, when the user will try to login with name.surname (and we have AUTH_LDAP_UID_FIELD = "CN" set), there would be an `Invalid login` error.
@fixxer479 күн бұрын
i dont have memberOf attribute in user's internal atrribute. How did you configure your LDAP so it creates memberOf attribute?
@darsh_shukla3 жыл бұрын
Awesome Marc, thaks for this video. A suggestion will it be possible to cover hashi corp vault or any secret management system to integrate with Airlfow?
@MarcLamberti3 жыл бұрын
Great idea 😀
@elsasings2 жыл бұрын
This is great Marc. Do you mind if you make a video for SAML integration as well? That will help a lot of people incising your students.
@JorgeCarlosFranco3 жыл бұрын
Great video, good demonstration. Thanks
@7siwy13 жыл бұрын
Thanks, very useful video!
@Jerrec Жыл бұрын
I wonder, how do I do this in the HELM Chart?
@BackupsMasterinfra Жыл бұрын
Have you made any progress in integrating ariflow with LDAP using helm chart?
@Jerrec Жыл бұрын
@BackupsMasterinfra yes via env variables
@ronanluciopereira88003 жыл бұрын
Hi Marc, great content. Thank you for sharing it. As a suggestion, I'd love to watch a video about Google OAuth authentication with Airflow2?
@anandmaurya33892 жыл бұрын
Great video
@bharatchaudhury2 жыл бұрын
Great content !! But the concern here is It becomes impractical to come every time and edits the roles and give access to dags when there are 100+ dags come in the system every day. Do we have a better approach than this ?
@ManuelMariscalMariscal2 ай бұрын
Hello! very interesting, the thing is: I am trying to implement this on Airflow 2.x with docker but i cannot see anyway how to automate this configuration to Docker, do you have any idea? thank you
@Антон-я1я4г2 жыл бұрын
Thanks you!!!
@jinojohn923 жыл бұрын
Thank you for this great video, I am struggling a bit to setup the AIRFLOW 2.1.4 with LDAPS environment in our organisation, I get invalid user error is there a way to access the auth logs in airflow ? Thanks in advance.
@jinojohn923 жыл бұрын
The authentiction worked for me after update of below variable AUTH_LDAP_ALLOW_SELF_SIGNED = True
@muritech3 жыл бұрын
awesome! can i also restrict to read dags by tags?
@indrahadisetiadi48283 жыл бұрын
hello marc thank you for your great video, you help me a lot . Can we mix authentication in airflow using ldap and auth db ? I mean if user not found in ldap then airflow check user in db . thanks a lot .
@sshraman91683 жыл бұрын
Thank you Marc , Quick question , is it possible to restrict access based on airflow "Dag Tag" ?
@MarcLamberti3 жыл бұрын
nop, not yet
@sshraman91683 жыл бұрын
Any recommendations for Multitenancy use of airflow instances ?
@ganeshdhareshwar60533 жыл бұрын
It is impressive video. I have one doubt. Is it possible to apply role based on the tag ? We have many dags having marketing tags. I can't select all while creating role
@MarcLamberti3 жыл бұрын
That's a great question. Let me dive into this, but I don't think this is possible
@Alexandrebluenote3 жыл бұрын
Thanks.
@luisjuarez-lg9xp3 жыл бұрын
Dude I love your videos and you curse on Udemy helped me tons on my day to day work if there is a way to support you or helped you to keep making awesome content please let me know
@mrtraitor3 жыл бұрын
i couldn't get Ldap to work with my AD. Let say i followed the other video to setup airflow. How can i modified that to make it works with our Ldap.