Skip to content

Commit 0f85ea7

Browse files
Merge pull request #921 from jhadvig/CONSOLE-4163
CONSOLE-4163: Add RBAC for console to GET PackageManifests
2 parents 1b26196 + ab917b8 commit 0f85ea7

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)