Skip to content
Snippets Groups Projects
Unverified Commit 437189c2 authored by qvicksilver's avatar qvicksilver Committed by GitHub
Browse files

Fix missing permissions for OpenStack cloud-controller-manager preventing metrics scraping (#6124)

parent 0f5fd1ed
No related branches found
No related tags found
No related merge requests found
......@@ -81,6 +81,19 @@ items:
- list
- get
- watch
- apiGroups:
- authentication.k8s.io
resources:
- tokenreviews
verbs:
- create
- apiGroups:
- authorization.k8s.io
resources:
- subjectaccessreviews
verbs:
- create
- apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment