openstack-operator/config/rbac/mcrouter_editor_role.yaml

25 lines
403 B
YAML

# permissions for end users to edit mcrouters.
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
name: mcrouter-editor-role
rules:
- apiGroups:
- infrastructure.vexxhost.cloud
resources:
- mcrouters
verbs:
- create
- delete
- get
- list
- patch
- update
- watch
- apiGroups:
- infrastructure.vexxhost.cloud
resources:
- mcrouters/status
verbs:
- get