vault/changelog/30265.txt
Ellie 64584e75c7
Update vault-plugin-secrets-openldap to v0.15.3 (#30265)
* uppdate vault-plugin-secrets-openldap to v0.15.3

* add changelog (VAULT-35117)

* fix changelog
2025-04-16 12:09:12 -05:00

5 lines
319 B
Plaintext

```release-note:bug
secrets/openldap: Prevent static role rotation on upgrade when `NextVaultRotation` is nil.
Fixes an issue where static roles were unexpectedly rotated after upgrade due to a missing `NextVaultRotation` value.
Now sets it to either `LastVaultRotation + RotationPeriod` or `now + RotationPeriod`.
```