Skip to content

Commit 6361248

Browse files
alexisphperryan
andauthored
Add apiconnect.ibm.com apiGroups to clusterrole (#81)
* Added cloud manager secret Signed-off-by: Andrew Perry <[email protected]> Signed-off-by: Alexandros Phinikarides <[email protected]> * Updated to split cloud manager token more compeltely Signed-off-by: Andrew Perry <[email protected]> Signed-off-by: Alexandros Phinikarides <[email protected]> * Added test for cloud manager token before using it Signed-off-by: Andrew Perry <[email protected]> Signed-off-by: Alexandros Phinikarides <[email protected]> * add apiconnect API groups to clusterrole Signed-off-by: Alexandros Phinikarides <[email protected]> --------- Signed-off-by: Andrew Perry <[email protected]> Signed-off-by: Alexandros Phinikarides <[email protected]> Co-authored-by: Andrew Perry <[email protected]>
1 parent 1247191 commit 6361248

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

deployment/clusterrole.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,15 @@ rules:
66
- apiGroups: [""]
77
resources: ["pods","services","secrets"]
88
verbs: ["get","list"]
9+
- apiGroups: ["management.apiconnect.ibm.com"]
10+
resources: ["managementclusters"]
11+
verbs: ["get","list"]
12+
- apiGroups: ["analytics.apiconnect.ibm.com"]
13+
resources: ["analyticsclusters"]
14+
verbs: ["get","list"]
15+
- apiGroups: ["gateway.apiconnect.ibm.com"]
16+
resources: ["gatewayclusters"]
17+
verbs: ["get","list"]
18+
- apiGroups: ["portal.apiconnect.ibm.com"]
19+
resources: ["portalclusters"]
20+
verbs: ["get","list"]

0 commit comments

Comments
 (0)