mirror of
https://github.com/status-im/consul.git
synced 2025-01-09 21:35:52 +00:00
56917eb4c9
Add support for querying tokens by service name The consul-k8s endpoints controller has a workflow where it fetches all tokens. This is not performant for large clusters, where there may be a sizable number of tokens. This commit attempts to alleviate that problem and introduces a new way to query by the token's service name.