mirror of https://github.com/hashicorp/consul
Browse Source
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 #9353pull/10812/head^2
Blake Covarrubias
3 years ago
committed by
GitHub
2 changed files with 12 additions and 2 deletions
@ -0,0 +1,4 @@
|
||||
```release-note:bug |
||||
cli: Fix a bug which prevented initializing a watch when using a namespaced |
||||
token. |
||||
``` |
Loading…
Reference in new issue