From 921602b565b04d59ac634d53542d05dfd93a6ca3 Mon Sep 17 00:00:00 2001 From: James Phillips Date: Thu, 29 Oct 2015 16:41:38 -0700 Subject: [PATCH] Adds a note about the new service discovery ACLs. --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b09503874..2616a83334 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -78,6 +78,10 @@ UPGRADE NOTES: This folder was used in versions of Consul up to 0.5.1. Consul version 0.5.2 included a baked-in utility to automatically upgrade the data format, but this has been removed in Consul 0.6 to reduce the dependency on cgo. +* Previously, service discovery was wide open, and any client could query + information about any service without providing a token. Consul now requires + read-level access at a minimum when ACLs are enabled to return service + information over the REST or DNS interfaces. ## 0.5.2 (May 18, 2015)