mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-10-29 17:52:32 +00:00
* prevent int64 overflow for default_lease_ttl and max_lease_ttl * add changelog entry * wording change in changelog entry
5 lines
184 B
Plaintext
5 lines
184 B
Plaintext
```release-note:change
|
|
core: Changes the unit of `default_lease_ttl` and `max_lease_ttl` values returned by
|
|
the `/sys/config/state/sanitized` endpoint from nanoseconds to seconds.
|
|
```
|