update the committers for icn
[icn.git] / deploy / baremetal-operator / base / rbac / auth_proxy_role.yaml
1 apiVersion: rbac.authorization.k8s.io/v1
2 kind: ClusterRole
3 metadata:
4   name: proxy-role
5 rules:
6 - apiGroups:
7   - authentication.k8s.io
8   resources:
9   - tokenreviews
10   verbs:
11   - create
12 - apiGroups:
13   - authorization.k8s.io
14   resources:
15   - subjectaccessreviews
16   verbs:
17   - create