From e08c5776fd00315b20f66b9c02680349bd90fa8e Mon Sep 17 00:00:00 2001 From: Hayk Hovsepyan Date: Tue, 13 Sep 2022 19:46:35 +0200 Subject: [PATCH] Added K8s Gateway API permissions. --- kiali-operator/templates/clusterrole.yaml | 1 + kiali-server/templates/role-viewer.yaml | 1 + kiali-server/templates/role.yaml | 1 + 3 files changed, 3 insertions(+) diff --git a/kiali-operator/templates/clusterrole.yaml b/kiali-operator/templates/clusterrole.yaml index 47c6675..3997fd8 100644 --- a/kiali-operator/templates/clusterrole.yaml +++ b/kiali-operator/templates/clusterrole.yaml @@ -252,6 +252,7 @@ rules: - security.istio.io - extensions.istio.io - telemetry.istio.io + - gateway.networking.k8s.io resources: ["*"] verbs: - get diff --git a/kiali-server/templates/role-viewer.yaml b/kiali-server/templates/role-viewer.yaml index 849f811..8c7fda1 100644 --- a/kiali-server/templates/role-viewer.yaml +++ b/kiali-server/templates/role-viewer.yaml @@ -56,6 +56,7 @@ rules: - security.istio.io - extensions.istio.io - telemetry.istio.io + - gateway.networking.k8s.io resources: ["*"] verbs: - get diff --git a/kiali-server/templates/role.yaml b/kiali-server/templates/role.yaml index f5e9d95..8969da3 100644 --- a/kiali-server/templates/role.yaml +++ b/kiali-server/templates/role.yaml @@ -59,6 +59,7 @@ rules: - security.istio.io - extensions.istio.io - telemetry.istio.io + - gateway.networking.k8s.io resources: ["*"] verbs: - get