mirror of
https://github.com/hashicorp/vault.git
synced 2025-11-06 19:31:09 +01:00
* consider possibility of NextVaultRotation being nil on queue population * move test * add changelog * fix reference to nil, and improve debug log * use helper function to write static roles to storage * add password check in test * fix godoc * fix changelog and add remediation debug line * force ticker to run, and make sure credential doesnt rotate * add another edge case * fix godoc * check ttl is less in test * check error case and if resp is nil * make check on ttl more robust
3 lines
124 B
Plaintext
3 lines
124 B
Plaintext
```release-note:bug
|
|
database: Prevent static roles created in versions prior to 1.15.0 from rotating on backend restart.
|
|
``` |