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: add token expiry checking to ACL token resolution. #13756

Merged

Commits on Jul 14, 2022

  1. acl: add token expiry checking to ACL token resolution.

    This commit adds basic expiry checking when performing ACL token
    resolution. This expiry checking is local to each server and does
    not at this time take into account potential time skew on server
    hosts.
    
    A new error message has been created so clients whose token has
    expired get a clear message, rather than a generic token not
    found.
    
    The ACL resolution tests have been refactored into table driven
    tests, so additions are easier in the future.
    jrasell committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    1881834 View commit details
    Browse the repository at this point in the history