python-consul icon indicating copy to clipboard operation
python-consul copied to clipboard

agent service and check endpoints cannot use ACL tokens

Open mooneygr opened this issue 6 years ago • 0 comments

Agent Service and Check Register calls already handle ACL tokens: https://github.com/cablehead/python-consul/issues/73

However, the other commands, including deregister, do not take ACL tokens. It is therefore possible to register a service via this library, that you cannot remove, even with the correct ACL token.

This issue is similar to: https://github.com/cablehead/python-consul/issues/116

mooneygr avatar Jun 11 '19 20:06 mooneygr