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 ACL roles to event stream topic and resolve policies. #14923

Merged
merged 3 commits into from
Oct 20, 2022

Commits on Oct 18, 2022

  1. acl: add ACL roles to event stream topic and resolve policies.

    This changes adds ACL role creation and deletion to the event
    stream. It is exposed as a single topic with two types; the filter
    is primarily the role ID but also includes the role name.
    
    While conducting this work it was also discovered that the events
    stream has its own ACL resolution logic. This did not account for
    ACL tokens which included role links, or tokens with expiry times.
    ACL role links are now resolved to their policies and tokens are
    checked for expiry correctly.
    jrasell committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    6f8b780 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f8df3c0 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2022

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