hashicorp / vault-plugin-secrets-openldap

OpenLDAP secret engine for Vault
Mozilla Public License 2.0
18 stars 6 forks source link

Push mode to be able to set predetermined password #26

Open avoidik opened 3 years ago

avoidik commented 3 years ago

Hello,

Is it possible to push my own password instead of generating a dynamic one?

jasonodonnell commented 3 years ago

Hi @avoidik, this is not possible. This secret engine does support password policies, which let you alter how Vault generates the passwords.

avoidik commented 3 years ago

Okay, I see, very unfortunate. It's not possible to link existing openldap entities to Vault, only dynamically created?