From c945b6eb8e982bae9ab752dc7582845aea0c0a3c Mon Sep 17 00:00:00 2001 From: "R.B. Boyer" Date: Wed, 14 Nov 2018 15:14:48 -0600 Subject: [PATCH] changelog: acl v2 tweaks (#4957) [ci skip] --- CHANGELOG.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d4ddff767..acae80a1b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,14 +2,14 @@ FEATURES: -* **New ACL System:** The ACL system has been redesigned while allowing for in-place - upgrades that will automatically migrate to the new system while retaining - compatibility for now legacy API tokens for clusters where ACLs are enabled. This - new system introduces a number of improvements to tokens including accessor IDs - and a new policy model. It also includes a new CLI for ACL interactions and a - completely redesigned UI experience to manage ACLs and policies. WAN - federated clusters will need to add the additional replication token - configuration in order to ensure WAN ACL replication in the new system. +* **New ACL System:** The ACL system has been redesigned while allowing for + in-place upgrades that will automatically migrate to the new system while + retaining compatibility for existing ACL tokens for clusters where ACLs are + enabled. This new system introduces a number of improvements to tokens + including accessor IDs and a new policy model. It also includes a new CLI for + ACL interactions and a completely redesigned UI experience to manage ACLs and + policies. WAN federated clusters will need to add the additional replication + token configuration in order to ensure WAN ACL replication in the new system. [[GH-4791](https://github.com/hashicorp/consul/pull/4791)] * ACL CLI. * New ACL HTTP APIs.