vault/changelog/28498.txt
Chris Capurso f0782ee3fb
calculate token lease TTL using tune config (#28498)
* calculate token lease TTL using tune config

* add changelog entry
2024-09-24 15:29:56 -04:00

4 lines
149 B
Plaintext

```release-note:bug
auth/token: Fix token TTL calculation so that it uses `max_lease_ttl` tune value for tokens created via `auth/token/create`.
```