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

acl: correctly resolve ACL roles within client cache. #14922

Merged
merged 3 commits into from
Oct 20, 2022

Commits on Oct 18, 2022

  1. acl: correctly resolve ACL roles within client cache.

    The client ACL cache was not accounting for tokens which included
    ACL role links. This change modifies the behaviour to resolve role
    links to policies. It will also now store ACL roles within the
    cache for quick lookup. The cache TTL is configurable in the same
    manner as policies or tokens.
    
    Another small fix is included that takes into account the ACL
    token expiry time. This was not included, which meant tokens with
    expiry could be used past the expiry time, until they were GC'd.
    jrasell committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    af0c94a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9213e17 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2022

  1. Configuration menu
    Copy the full SHA
    7a96ee0 View commit details
    Browse the repository at this point in the history