mirror of
https://github.com/status-im/consul.git
synced 2025-01-09 13:26:07 +00:00
8ff1f481fe
Add parameter local-only to operator keyring list requests to force queries to only hit local servers (no WAN traffic). HTTP API: GET /operator/keyring?local-only=true CLI: consul keyring -list --local-only Sending the local-only flag with any non-GET/list request will result in an error.