hydra-maester/config/rbac/auth_proxy_role.yaml

14 lines
300 B
YAML
Raw Permalink Normal View History

2019-08-21 10:12:07 +02:00
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
name: proxy-role
rules:
2022-09-22 07:52:52 -05:00
- apiGroups: ["authentication.k8s.io"]
resources:
- tokenreviews
verbs: ["create"]
- apiGroups: ["authorization.k8s.io"]
resources:
- subjectaccessreviews
verbs: ["create"]