Releases: hashicorp/vault-plugin-secrets-openldap
Releases · hashicorp/vault-plugin-secrets-openldap
v0.14.4
v0.14.3
prevent role and set duplicates (#123) * prevent duplicate users in static roles and library sets * do not make redundant calls to storage on init * changelog
v0.14.2
VAULT-9208: updating rotate role to handle case sensitivity (#118) * updating rotate role to not be case sensitive * fixing rotate-role case sensitivity * updating path rotate to use fieldsForType for rotate field type * update changelog
v0.14.1
properly handle init queue for hierarchical paths (#115) * properly handle init queue for heirarchical paths * changelog
v0.14.0
update deps and prepare release v0.14.0 (#113)
v0.13.0
Prepare for v0.13.0 release (#107)
v0.5.1
Add support for dynamic roles
Adds support for dynamic roles in OpenLDAP compatible systems: #21
v0.1.3
Add password policy support (#12) * Allows users to specify a password policy to generate passwords from rather than hard coded to base62 * If no policy is specified, it defaults back to base62 * The PasswordLength field has been deprecated. If both the length and a policy are specified, the configuration will error on save.