changelog++
This commit is contained in:
parent
55187255bd
commit
d6fcc0b244
|
@ -21,6 +21,10 @@ BUG FIXES:
|
|||
|
||||
* auth/aws: Fix honoring `max_ttl` when a corresponding role `ttl` is not also
|
||||
set [GH-4107]
|
||||
* 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.
|
||||
[GH-4112]
|
||||
* cli: Improve error messages around `vault auth help` when there is no CLI
|
||||
helper for a particular method [GH-4056]
|
||||
* cli: Fix autocomplete installation when using Fish as the shell [GH-4094]
|
||||
|
|
Loading…
Reference in New Issue