open-consul/.changelog/10795.txt
Blake Covarrubias 00b0633bda
cli: Test API access using /status/leader in consul watch (#10795)
Replace call to /agent/self with /status/leader to verify agent
reachability before initializing a watch. This endpoint is not guarded
by ACLs, and as such can be queried by any API client regardless of
their permissions.

Fixes #9353
2021-08-09 09:00:33 -07:00

5 lines
107 B
Plaintext

```release-note:bug
cli: Fix a bug which prevented initializing a watch when using a namespaced
token.
```