github.com/kotalco/kotal@v0.3.0/config/rbac/ethereum2_beaconnode_viewer_role.yaml (about) 1 # permissions for end users to view beaconnodes. 2 apiVersion: rbac.authorization.k8s.io/v1 3 kind: ClusterRole 4 metadata: 5 name: beaconnode-viewer-role 6 rules: 7 - apiGroups: 8 - ethereum2.kotal.io 9 resources: 10 - beaconnodes 11 verbs: 12 - get 13 - list 14 - watch 15 - apiGroups: 16 - ethereum2.kotal.io 17 resources: 18 - beaconnodes/status 19 verbs: 20 - get