Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion assets/csidriveroperators/vsphere/06_clusterrole.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -343,10 +343,16 @@ rules:
- update
- patch
- delete
# Allow kube-rbac-proxy to create TokenReview to be able to authenticate Prometheus when collecting metrics
# Allow kube-rbac-proxy to create TokenReview and SubjectAccessReview to be able to authenticate Prometheus when collecting metrics
- apiGroups:
- "authentication.k8s.io"
resources:
- "tokenreviews"
verbs:
- "create"
- apiGroups:
- "authorization.k8s.io"
resources:
- "subjectaccessreviews"
verbs:
- "create"