Skip to content

Commit

Permalink
Add oauthclient permissions (#255)
Browse files Browse the repository at this point in the history
  • Loading branch information
nrfox authored Apr 23, 2024
1 parent faa2d7a commit e3b8098
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions kiali-server/templates/role-viewer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,4 +84,11 @@ rules:
- tokenreviews
verbs:
- create
- apiGroups: ["oauth.openshift.io"]
resources:
- oauthclients
resourceNames:
- {{ include "kiali-server.fullname" . }}-{{ .Release.Namespace }}
verbs:
- get
...
7 changes: 7 additions & 0 deletions kiali-server/templates/role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,4 +91,11 @@ rules:
- tokenreviews
verbs:
- create
- apiGroups: ["oauth.openshift.io"]
resources:
- oauthclients
resourceNames:
- {{ include "kiali-server.fullname" . }}-{{ .Release.Namespace }}
verbs:
- get
...

0 comments on commit e3b8098

Please sign in to comment.