
When running Consul with ACLs enabled, the best practice is to default deny all. In order to support applying a policy to the tooz coordination KV store path, passing through an ACL is needed. Closes-Bug: #1752205 Change-Id: I98fc96468b21368ce66365e3fc38c495b1f2918a
13 lines
449 B
YAML
13 lines
449 B
YAML
---
|
|
features:
|
|
- |
|
|
Added support for Consul ACL tokens. Consul ACL tokens can be passed in as
|
|
a parameterized argument. Requires python-consul2
|
|
upgrade:
|
|
- |
|
|
Updated the python-consul library to python-consul2. The original library is
|
|
no longer maintained while python-consul2 is reasonably maintained. Consul 1.4
|
|
has a new ACL implementation, and Consul 1.7 includes some standards enforcement
|
|
which break python-consul.
|
|
|