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