-
Notifications
You must be signed in to change notification settings - Fork 17
feat(DPE-6723): LDAP Support #401
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
Conversation
8a70038 to
eb1dcba
Compare
Mehdi-Bendriss
left a comment
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.
Thanks Neha, the if/else channel change is not clear to me
| raise_on_blocked=False, | ||
| raise_on_error=False, | ||
| ) | ||
| if channel is None: |
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.
why is the code so duplicated?
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.
It's not duplicated, but there's a bug currently (fixed by this release) that makes the deployment fail to init replicaset from time to time so in order to prevent that we deploy with one and then scale up.
This will be reverted right after that release with the new code that fixes this bug.
This PR bumps the mongo single kernel library to support LDAP.