mirror of
https://github.com/status-im/consul.git
synced 2025-01-09 13:26:07 +00:00
6a68bfc5e1
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
5 lines
107 B
Plaintext
5 lines
107 B
Plaintext
```release-note:bug
|
|
cli: Fix a bug which prevented initializing a watch when using a namespaced
|
|
token.
|
|
```
|