1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-31 03:45:17 +00:00

Merge pull request #979 from realshuting/master

add permission to get role / clusterRole
This commit is contained in:
Jim Bugwadia 2020-07-10 22:01:28 -07:00 committed by GitHub
commit 08123bbf44
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 16 additions and 5 deletions

View file

@ -230,7 +230,10 @@ spec:
- NotIn
type: string
value:
type: string
anyOf:
- type: string
- items: {}
type: array
required:
- key
- operator

View file

@ -63,6 +63,8 @@ rules:
- apiGroups:
- "*"
resources:
- roles
- clusterroles
- rolebindings
- clusterrolebindings
- configmaps

View file

@ -237,8 +237,8 @@ spec:
value:
anyOf:
- type: string
- type: array
items: {}
- items: {}
type: array
required:
- key
- operator
@ -560,6 +560,8 @@ rules:
- apiGroups:
- '*'
resources:
- roles
- clusterroles
- rolebindings
- clusterrolebindings
- configmaps

View file

@ -237,8 +237,8 @@ spec:
value:
anyOf:
- type: string
- type: array
items: {}
- items: {}
type: array
required:
- key
- operator
@ -560,6 +560,8 @@ rules:
- apiGroups:
- '*'
resources:
- roles
- clusterroles
- rolebindings
- clusterrolebindings
- configmaps

View file

@ -153,6 +153,8 @@ rules:
- apiGroups:
- "*"
resources:
- roles
- clusterroles
- rolebindings
- clusterrolebindings
- configmaps