File: add-consul-acl-support-2f0869681129f7e7.yaml

package info (click to toggle)
python-tooz 6.3.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 840 kB
  • sloc: python: 5,530; sh: 158; makefile: 27
file content (12 lines) | stat: -rw-r--r-- 449 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
---
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.