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

[kong] update RBAC for KIC v2 #419

Merged
merged 2 commits into from
Jul 23, 2021
Merged

[kong] update RBAC for KIC v2 #419

merged 2 commits into from
Jul 23, 2021

Commits on Jul 23, 2021

  1. [kong] update RBAC for KIC v2

    Update the RBAC roles for KIC v2:
    - Replace the ClusterRole permissions (for interacting with
      Ingress-related configuration) with the permission set from v2. The v2
      permissions are a superset of the v1 permissions.
    - Add the leader election Role permissions from v2 alongside the
      existing permissions. v2 uses a new leader election system (the
      election system built into controller-runtime). Some of these
      permissions overlap with the v1 permissions. They have not been
      consolidated to distinguish which are which clearly.
    Travis Raines committed Jul 23, 2021
    Configuration menu
    Copy the full SHA
    6686db2 View commit details
    Browse the repository at this point in the history
  2. [kong] fix RBAC Ingress group

    Travis Raines committed Jul 23, 2021
    Configuration menu
    Copy the full SHA
    75f38a2 View commit details
    Browse the repository at this point in the history