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

Add configuration to permissions pre-flight check to use SelfSubjectAccessReview or SelfSubjectRulesReview #931

Merged

Commits on May 8, 2024

  1. refactor permissions package and preflight check

    to allow configuring whether it uses SelfSubjectAccessReview or
    SelfSubjectRulesReview to determine if a user has the appropriate
    permissions. Defaults to SelfSubjectAccessReview for backwards compatibility
    
    Signed-off-by: everettraven <everettraven@gmail.com>
    everettraven committed May 8, 2024
    Configuration menu
    Copy the full SHA
    4002225 View commit details
    Browse the repository at this point in the history
  2. update e2e tests, address comments

    Signed-off-by: everettraven <everettraven@gmail.com>
    everettraven committed May 8, 2024
    Configuration menu
    Copy the full SHA
    0505c5f View commit details
    Browse the repository at this point in the history