Skip to content

Commit

Permalink
Added K8s Gateway API permissions. (kiali#168)
Browse files Browse the repository at this point in the history
  • Loading branch information
hhovsepy authored Sep 13, 2022
1 parent 0df2edc commit 955c7d2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions kiali-operator/templates/clusterrole.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,7 @@ rules:
- security.istio.io
- extensions.istio.io
- telemetry.istio.io
- gateway.networking.k8s.io
resources: ["*"]
verbs:
- get
Expand Down
1 change: 1 addition & 0 deletions kiali-server/templates/role-viewer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ rules:
- security.istio.io
- extensions.istio.io
- telemetry.istio.io
- gateway.networking.k8s.io
resources: ["*"]
verbs:
- get
Expand Down
1 change: 1 addition & 0 deletions kiali-server/templates/role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ rules:
- security.istio.io
- extensions.istio.io
- telemetry.istio.io
- gateway.networking.k8s.io
resources: ["*"]
verbs:
- get
Expand Down

0 comments on commit 955c7d2

Please sign in to comment.