github.com/redhat-appstudio/release-service@v0.0.0-20240507045911-a8558ef3422a/config/rbac/snapshot_viewer_role.yaml (about) 1 # permissions for end users to view snapshots. 2 apiVersion: rbac.authorization.k8s.io/v1 3 kind: ClusterRole 4 metadata: 5 name: snapshot-viewer-role 6 rules: 7 - apiGroups: 8 - appstudio.redhat.com 9 resources: 10 - snapshots 11 verbs: 12 - get 13 - list 14 - watch 15 - apiGroups: 16 - appstudio.redhat.com 17 resources: 18 - snapshots/status 19 verbs: 20 - get