Commit Graph

1 Commits

Author SHA1 Message Date
Derek Menteer b06927c0e3
[NET-5399] Add support for querying tokens by service name. (#18689)
Add support for querying tokens by service name. (#18667)

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.
2023-09-06 13:16:27 -05:00