-
Bug
-
Resolution: Done
-
Major
-
maistra-0.11.0
-
None
Galley's log shows the following error:
istio-galley-istio-system validatingwebhookconfiguration update failed: validatingwebhookconfigurations.admissionregistration.k8s.io is forbidden: User "system:serviceaccount:istio-system:istio-galley-service-account" cannot create validatingwebhookconfigurations.admissionregistration.k8s.io at the cluster scope: no RBAC policy matched
The istio-galley-mesh-istio-system ClusterRole contains the following rule:
- apiGroups: ["admissionregistration.k8s.io"] resources: ["validatingwebhookconfigurations"] resourceNames: ["istio-galley-istio-system"] verbs: ["*"]
This rule effectively does not allow creation, because it specifies `resourceNames`.