github.com/IBM-Blockchain/fabric-operator@v1.0.4/config/rbac/ibppeer_viewer_role.yaml (about) 1 # permissions for end users to view ibppeers. 2 apiVersion: rbac.authorization.k8s.io/v1 3 kind: ClusterRole 4 metadata: 5 name: ibppeer-viewer-role 6 rules: 7 - apiGroups: 8 - ibp.com 9 resources: 10 - ibppeers 11 verbs: 12 - get 13 - list 14 - watch 15 - apiGroups: 16 - ibp.com 17 resources: 18 - ibppeers/status 19 verbs: 20 - get