-
Notifications
You must be signed in to change notification settings - Fork 637
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Load LDAP password from secret and update guideline #659
Load LDAP password from secret and update guideline #659
Conversation
Signed-off-by: Loc Mai <[email protected]>
Add pod_labels for custom pod labels
Hello. Apologies for the delay here. Can you please resolve the conflicts? Once you do that and the tests pass we will merge this. |
hi Shane, could you help to review my PR again (after resolving the conflict)? |
I would be very interested in seeing this getting merged. Thanks for your work @hungtran84! |
We are facing the same problem here. Looking forward to see this getting merged. |
We are also Looking forward to see this getting merged because this feature is required and appreciated :) |
+1 from my side. Desperately waiting for this one. |
To the maintainers / @shanemcd : As hungtran84 does not seem to react any more - would it help if I recreate the PR starting with a fresh branch of the devel branch to resolve the conflicts? We could then close this PR as stale. |
I'm still waiting for approval from the maintainer. Actually, no update for months that why the conflict shows. I can resolve it but still need his review and approval, otherwise, it ends up with another conflict by the time. Cc: @shanemcd |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me, thank you for the extended documentation!
@hungtran84 : Ah, sorry. So we got some chicken-egg situation here. I did a first review, maybe this helps the maintainers. |
@hungtran84 : Maybe we should just resolve the conflicts, if you got no time you can add me as collaborator and I'll rebase.. best regards Max |
feel free, I've added you add contributor to my forked repo @suukit |
Rebased this PR to devel branch. |
Hello Guys, Unfortunately, it seems the ldap_bind_password will never be used in any playbook just read it from secrets. |
hi @lagunary , it is my mistake when resolving the conflict, I remove 2 lines of code that causing the error. I'm about to submit another PR to fix that bug |
@hungtran84 maybe I am confused but I am missing here how the secret is consumed.
which is then mounted as follows :
Thank you. |
* Load LDAP password from secret and update guideline * Add pod_labels for custom pod labels Signed-off-by: Loc Mai <[email protected]> * Omit tls secret if using wildcard cert * Resolve conflicts * Remove the ingress changes * Remove the config changes * Load LDAP password from secret and update guideline * Omit tls secret if using wildcard cert * Resolve conflicts * Remove the ingress changes * Remove the config changes Co-authored-by: hungts <[email protected]> Co-authored-by: Loc Mai <[email protected]> Co-authored-by: Max Bidlingmaier <[email protected]> Co-authored-by: Max Bidlingmaier <[email protected]>
This PR is created for 2 things:
Already tested in Azure AKS with a self-hosted windows Active Directory.
The most important things is to have LDAP integration with AWX deployment without any human intervention require and have LDAP setting checked in code.