Skip to content

Add support for Hashicorp LDAP secrets engine #745

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

Open
soklakov opened this issue Mar 19, 2025 · 1 comment
Open

Add support for Hashicorp LDAP secrets engine #745

soklakov opened this issue Mar 19, 2025 · 1 comment

Comments

@soklakov
Copy link

According to https://docs.spring.io/spring-cloud-vault/reference/secret-backends.html and https://docs.spring.io/spring-vault/reference/vault/vault-secret-engines.html currently there is no built-in support for Hashicorp LDAP secrets engine (https://developer.hashicorp.com/vault/docs/secrets/ldap).

I'd like you to add it because Hashicorp LDAP secrets engine supports a password rotation and it would be nice to have such integration out of the box.

@mp911de
Copy link
Member

mp911de commented Mar 19, 2025

Sounds a good enhancement. For databases, we've built some abstractions to centralize common structures. For LDAP, it would make sense to build something on its own that isn't related to databases. Setting up a test environment for LDAP would be likely a lot of overhead, so we could start with an initial set of operations for dynamic credentials.

Feel free to submit a pull request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants