changelog++

This commit is contained in:
Calvin Leung Huang 2017-11-03 17:24:20 -04:00
parent 512b254820
commit e91e2278e3
1 changed files with 3 additions and 0 deletions

View File

@ -16,6 +16,9 @@ DEPRECATIONS/CHANGES:
* SSH CA role read changes: When reading back a role from the `ssh` backend,
the TTL/max TTL values will now be an integer number of seconds rather than
a string. This better matches the API elsewhere in Vault.
* SSH role list changes: When listing roles from the `ssh` backend via the API,
the response data will additionally return a `key_info` map that will contain
a map of each key with a corresponding object containing the `key_type`.
FEATURES: