From ec780595cb706ab6b0e7b8032c8896ae7d8c5858 Mon Sep 17 00:00:00 2001 From: Matt Keeler Date: Fri, 19 Oct 2018 12:36:16 -0400 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 472d471a1..2bf345551 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,15 @@ FEATURES: * New command `consul debug` which gathers information about the cluster to help resolve incidents and debug issues faster. [[GH-4754](https://github.com/hashicorp/consul/issues/4754)] +* ACL system rewrite [[GH-4791](https://github.com/hashicorp/consul/pull/4791)] + * ACL CLI + * New ACL HTTP APIs + * Splitting ACL Tokens into Tokens and Policies with rules being defined on policies and tokens being linked to policies. + * ACL Tokens have a public accessor ID now in addition to the secret ID that they used to have. + * Setting a replication token is now required but it only needs "read" permissions on ACLs. + * Update to the rules language to allow for exact-matching rules in addition to prefix matching rules + * Added DC local tokens. + * Auto-Transitioning from legacy mode to normal mode as the cluster's servers get upgraded. IMPROVEMENTS: