changelog: acl v2 tweaks (#4957)

[ci skip]
This commit is contained in:
R.B. Boyer 2018-11-14 15:14:48 -06:00 committed by GitHub
parent 24b60ba77a
commit 712a235a87
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 8 deletions

View File

@ -2,14 +2,14 @@
FEATURES: FEATURES:
* **New ACL System:** The ACL system has been redesigned while allowing for in-place * **New ACL System:** The ACL system has been redesigned while allowing for
upgrades that will automatically migrate to the new system while retaining in-place upgrades that will automatically migrate to the new system while
compatibility for now legacy API tokens for clusters where ACLs are enabled. This retaining compatibility for existing ACL tokens for clusters where ACLs are
new system introduces a number of improvements to tokens including accessor IDs enabled. This new system introduces a number of improvements to tokens
and a new policy model. It also includes a new CLI for ACL interactions and a including accessor IDs and a new policy model. It also includes a new CLI for
completely redesigned UI experience to manage ACLs and policies. WAN ACL interactions and a completely redesigned UI experience to manage ACLs and
federated clusters will need to add the additional replication token policies. WAN federated clusters will need to add the additional replication
configuration in order to ensure WAN ACL replication in the new system. token configuration in order to ensure WAN ACL replication in the new system.
[[GH-4791](https://github.com/hashicorp/consul/pull/4791)] [[GH-4791](https://github.com/hashicorp/consul/pull/4791)]
* ACL CLI. * ACL CLI.
* New ACL HTTP APIs. * New ACL HTTP APIs.