Skip to content

Releases: hashicorp/vault-plugin-secrets-openldap

v0.14.4

09 Dec 21:31
d67aa82
Compare
Choose a tag to compare
Backport upgrade go version (#130)

v0.14.3

25 Oct 19:32
996f3b8
Compare
Choose a tag to compare
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

14 Oct 21:16
ecd418c
Compare
Choose a tag to compare
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

23 Sep 20:20
fb5c655
Compare
Choose a tag to compare
properly handle init queue for hierarchical paths (#115)

* properly handle init queue for heirarchical paths

* changelog

v0.14.0

09 Sep 18:05
3e42cbf
Compare
Choose a tag to compare
update deps and prepare release v0.14.0 (#113)

v0.13.0

20 May 18:22
088c509
Compare
Choose a tag to compare
Prepare for v0.13.0 release (#107)

v0.5.1

08 Jul 16:38
5acdd34
Compare
Choose a tag to compare

Bugs:

  • Add schema config to rotate-root #24

Add support for dynamic roles

24 Feb 22:37
6449f92
Compare
Choose a tag to compare

Adds support for dynamic roles in OpenLDAP compatible systems: #21

v0.1.3

02 Jun 17:36
a16c8fe
Compare
Choose a tag to compare
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.