Files
tooz/releasenotes/notes/add-consul-acl-support-2f0869681129f7e7.yaml
JP Bourget 08b2d93226 Add support for Consul ACL token parameter.
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
2020-05-14 21:48:49 -04:00

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.