-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
[API] Add LDAP auth method #13841
[API] Add LDAP auth method #13841
Conversation
This commit adds LDAP to the available Vault API auth methods.
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.
Thank you for the contribution to this! I've just mentioned one thing you might want to add and then otherwise it seems good to go.
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.
Great! Thanks again!
* [api] Add LDAP auth method This commit adds LDAP to the available Vault API auth methods. * Add changelog entry for PR 13841 * Obtain password for LDAPAuth from File/EnvVar * Fix name of package in error message
This commit adds LDAP to the available Vault API auth methods.
Recreated to replace #13465