github.com/kotalco/kotal@v0.3.0/config/rbac/ethereum2_beaconnode_editor_role.yaml (about)

     1  # permissions for end users to edit beaconnodes.
     2  apiVersion: rbac.authorization.k8s.io/v1
     3  kind: ClusterRole
     4  metadata:
     5    name: beaconnode-editor-role
     6  rules:
     7    - apiGroups:
     8        - ethereum2.kotal.io
     9      resources:
    10        - beaconnodes
    11      verbs:
    12        - create
    13        - delete
    14        - get
    15        - list
    16        - patch
    17        - update
    18        - watch
    19    - apiGroups:
    20        - ethereum2.kotal.io
    21      resources:
    22        - beaconnodes/status
    23      verbs:
    24        - get