mirror of
https://github.com/hashicorp/vault.git
synced 2026-05-28 04:10:44 -04:00
changelog++
This commit is contained in:
parent
27f917d656
commit
a93f12ba4e
1 changed files with 11 additions and 0 deletions
11
CHANGELOG.md
11
CHANGELOG.md
|
|
@ -25,6 +25,17 @@ DEPRECATIONS/CHANGES:
|
|||
and ensuring lifetimes are reasonable, and issue long-lived certificates via
|
||||
a different role with leases disabled.
|
||||
|
||||
FEATURES:
|
||||
|
||||
* **Expanded Access Control Policies**: Access control policies can now
|
||||
specify allowed and denied parameters -- and, optionally, their values -- to
|
||||
control what a client can and cannot submit during an API call. Policies can
|
||||
also specify minimum/maximum response wrapping TTLs to both enforce the use
|
||||
of response wrapping and control the duration of resultant wrapping tokens.
|
||||
See the [policies concepts
|
||||
page](https://www.vaultproject.io/docs/concepts/policies.html) for more
|
||||
information.
|
||||
|
||||
IMPROVEMENTS:
|
||||
|
||||
* auth/aws-ec2: AWS EC2 auth backend now supports constraints for VPC ID,
|
||||
|
|
|
|||
Loading…
Reference in a new issue