vault/changelog/30606.txt
Ellie 6360705f0a
Require rotation_schedule cron style strings to be defined in UTC (VAULT-35616) (#30606)
* remove local time logic, and force cron to be UTC

* add test comment

* update docs

* add changelog

* change mesasge

* add utc clarification to docs

* remove utc reference in root token docs

* remove doc from partial
2025-06-16 12:51:07 -05:00

4 lines
115 B
Plaintext

```release-note:bug
secrets/database: Treat all rotation_schedule values as UTC to ensure consistent behavior.
```