We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
charts/gateway-operator/scripts/update-rbac-resources.sh
charts/gateway-operator/scripts/update-rbac-resources.sh is used to update the RBAC resources in gateway-operator chart.
It does not take KGO EE RBAC rules into account hence running this on the current version of KGO repo yields a diff which would remove permissions:
diff --git a/charts/gateway-operator/templates/rbac-resources.yaml b/charts/gateway-operator/templates/rbac-resources.yaml index 0f4af6b..647798a 100644 --- a/charts/gateway-operator/templates/rbac-resources.yaml +++ b/charts/gateway-operator/templates/rbac-resources.yaml @@ -126,18 +126,6 @@ rules: - create - delete - get -- apiGroups: - - cert-manager.io - resources: - - certificates - verbs: - - create - - delete - - get - - list - - patch - - update - - watch - apiGroups: - configuration.konghq.com resources: @@ -488,14 +476,6 @@ rules: - get - patch - update -- apiGroups: - - gateway-operator.konghq.com - resources: - - dataplanemetricsextensions - verbs: - - get - - list - - watch - apiGroups: - gateway-operator.konghq.com resources:
charts/charts/gateway-operator/scripts/update-rbac-resources.sh
Lines 1 to 17 in 468ea40
charts/charts/gateway-operator/templates/rbac-resources.yaml
Lines 1 to 4 in 0e8c4b5
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Problem statement
charts/gateway-operator/scripts/update-rbac-resources.sh
is used to update the RBAC resources in gateway-operator chart.It does not take KGO EE RBAC rules into account hence running this on the current version of KGO repo yields a diff which would remove permissions:
Proposed solution
charts/charts/gateway-operator/scripts/update-rbac-resources.sh
Lines 1 to 17 in 468ea40
charts/charts/gateway-operator/templates/rbac-resources.yaml
Lines 1 to 4 in 0e8c4b5
The text was updated successfully, but these errors were encountered: