mirror of
https://github.com/guilhem/headscale-operator.git
synced 2024-11-22 19:43:01 +00:00
21 lines
336 B
YAML
21 lines
336 B
YAML
|
# permissions for end users to view servers.
|
||
|
apiVersion: rbac.authorization.k8s.io/v1
|
||
|
kind: ClusterRole
|
||
|
metadata:
|
||
|
name: server-viewer-role
|
||
|
rules:
|
||
|
- apiGroups:
|
||
|
- headscale.barpilot.io
|
||
|
resources:
|
||
|
- servers
|
||
|
verbs:
|
||
|
- get
|
||
|
- list
|
||
|
- watch
|
||
|
- apiGroups:
|
||
|
- headscale.barpilot.io
|
||
|
resources:
|
||
|
- servers/status
|
||
|
verbs:
|
||
|
- get
|