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

v2: correct and test controller RBAC #301

Merged
merged 1 commit into from
Nov 12, 2024
Merged

Commits on Nov 12, 2024

  1. v2: correct and test controller RBAC

    Prior to this commit the declared permissions for the RedpandaReconciler had
    become out of date. This went unnoticed due to tests utilizing admin
    permissions or the inflated permissions required for executing `rpk debug
    bundle`.
    
    This commit corrects the permission declaration of the RedpandaReconciler,
    updates its tests to use the ClusterRole and Role generated by controller-gen,
    and adds a test to statically assert the correctness of the permissions.
    chrisseto committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    616a923 View commit details
    Browse the repository at this point in the history