changelog++

This commit is contained in:
Jeff Mitchell 2018-03-13 10:40:50 -04:00
parent 300ca9c6ee
commit 282156bae5
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ BUG FIXES:
* auth/aws: Fix honoring `max_ttl` when a corresponding role `ttl` is not also
set [GH-4107]
* auth/okta: Fix honoring configured `max_ttl` value [GH-4110]
* auth/token: If a periodic token being issued has a period greater than the
max_lease_ttl configured on the token store mount, truncate it. This matches
renewal behavior; before it was inconsistent between issuance and renewal.