Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[NET-5399] Add support for querying tokens by service name. #18690

Merged

Commits on Sep 6, 2023

  1. 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.
    hashi-derek committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    1251265 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c093fb3 View commit details
    Browse the repository at this point in the history