mirror of https://github.com/status-im/consul.git
Adds a note about the new service discovery ACLs.
This commit is contained in:
parent
a9cacd1ae8
commit
921602b565
|
@ -78,6 +78,10 @@ UPGRADE NOTES:
|
||||||
This folder was used in versions of Consul up to 0.5.1. Consul version 0.5.2
|
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
|
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.
|
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)
|
## 0.5.2 (May 18, 2015)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue