mirror of
https://github.com/hashicorp/vault.git
synced 2025-11-08 04:11:39 +01:00
* uppdate vault-plugin-secrets-openldap to v0.15.3 * add changelog (VAULT-35117) * fix changelog
5 lines
319 B
Plaintext
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`.
|
|
``` |