Skip to content
Snippets Groups Projects
Unverified Commit a8e4984c authored by Hugo Blom's avatar Hugo Blom Committed by GitHub
Browse files

Add missing permissions to openstack cc (#9335)

Add missing permissions to Openstack cloud controller to make sure controller runs as intended
parent 49196c2e
No related branches found
No related tags found
No related merge requests found
...@@ -93,5 +93,17 @@ items: ...@@ -93,5 +93,17 @@ items:
- list - list
- get - get
- watch - watch
- apiGroups:
- authentication.k8s.io
resources:
- tokenreviews
verbs:
- create
- apiGroups:
- authorization.k8s.io
resources:
- subjectaccessreviews
verbs:
- create
kind: List kind: List
metadata: {} metadata: {}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment