mirror of
https://github.com/guilhem/headscale-operator.git
synced 2024-11-22 19:43:01 +00:00
25 lines
391 B
YAML
25 lines
391 B
YAML
|
# permissions for end users to edit namespaces.
|
||
|
apiVersion: rbac.authorization.k8s.io/v1
|
||
|
kind: ClusterRole
|
||
|
metadata:
|
||
|
name: namespace-editor-role
|
||
|
rules:
|
||
|
- apiGroups:
|
||
|
- headscale.barpilot.io
|
||
|
resources:
|
||
|
- namespaces
|
||
|
verbs:
|
||
|
- create
|
||
|
- delete
|
||
|
- get
|
||
|
- list
|
||
|
- patch
|
||
|
- update
|
||
|
- watch
|
||
|
- apiGroups:
|
||
|
- headscale.barpilot.io
|
||
|
resources:
|
||
|
- namespaces/status
|
||
|
verbs:
|
||
|
- get
|