changelog++

This commit is contained in:
Jeff Mitchell 2016-10-04 22:07:06 -04:00
parent ae2f9632f9
commit b7c68ebd86

View File

@ -18,10 +18,15 @@ DEPRECATIONS/CHANGES:
the default was 30 days, but moving it to 32 days allows some operations the default was 30 days, but moving it to 32 days allows some operations
(e.g. reauthenticating, renewing, etc.) to be performed via a monthly cron (e.g. reauthenticating, renewing, etc.) to be performed via a monthly cron
job. job.
* AppRole Secret ID endpoints changed: Secret ID and Secret ID accessors were * AppRole Secret ID endpoints changed: Secret ID and Secret ID accessors are
getting logged in plaintext in the audit logs as they were part of request no longer part of request URLs. The GET and DELETE operations are now moved
URLs. The GET and DELETE operations are now moved to new endpoints (`/lookup` to new endpoints (`/lookup` and `/destroy`) which consumes the input from
and `/destroy`) which consumes the input from the body and not the URL. the body and not the URL.
* AppRole requires at least one constraint: previously it was sufficient to
turn off all AppRole authentication constraints (secret ID, CIDR block) and
use the role ID only. It is now required that at least one additional
constraint is enabled. Existing roles are unaffected, but any new roles or
updated roles will require this.
* Reading wrapped responses from `cubbyhole/response` is deprecated. The * Reading wrapped responses from `cubbyhole/response` is deprecated. The
`sys/wrapping/unwrap` endpoint should be used instead as it provides `sys/wrapping/unwrap` endpoint should be used instead as it provides
additional security, auditing, and other benefits. The ability to read additional security, auditing, and other benefits. The ability to read