Skip to content

Commit ab917b8

Browse files
committed
CONSOLE-4163: Add RBAC for console to GET PackageManifests
1 parent 1b26196 commit ab917b8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

manifests/03-rbac-role-cluster.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,12 @@ rules:
160160
- web-terminal
161161
verbs:
162162
- list
163+
- apiGroups:
164+
- packages.operators.coreos.com
165+
resources:
166+
- packagemanifests
167+
verbs:
168+
- get
163169
---
164170
kind: ClusterRole
165171
apiVersion: rbac.authorization.k8s.io/v1

0 commit comments

Comments
 (0)