Skip to content

Commit

Permalink
Add extensions and telemetry permissions (kiali#161)
Browse files Browse the repository at this point in the history
* Add extensions and telemetry permissions

* Add perms in kiali server
  • Loading branch information
josunect authored Aug 25, 2022
1 parent c7a30b6 commit 107f36f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions kiali-operator/templates/clusterrole.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,8 @@ rules:
- authentication.istio.io
- rbac.istio.io
- security.istio.io
- extensions.istio.io
- telemetry.istio.io
resources: ["*"]
verbs:
- get
Expand Down
2 changes: 2 additions & 0 deletions kiali-server/templates/role-viewer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ rules:
- apiGroups:
- networking.istio.io
- security.istio.io
- extensions.istio.io
- telemetry.istio.io
resources: ["*"]
verbs:
- get
Expand Down
2 changes: 2 additions & 0 deletions kiali-server/templates/role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ rules:
- apiGroups:
- networking.istio.io
- security.istio.io
- extensions.istio.io
- telemetry.istio.io
resources: ["*"]
verbs:
- get
Expand Down

0 comments on commit 107f36f

Please sign in to comment.