Skip to content

Commit 4e3dc68

Browse files
authored
Merge pull request #24 from Aashiq-J/iam-permissions
fix: concatenate IAM permissions
2 parents c17af29 + 6591e50 commit 4e3dc68

File tree

1 file changed

+67
-9
lines changed

1 file changed

+67
-9
lines changed

ibm_catalog.json

Lines changed: 67 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -31,16 +31,74 @@
3131
},
3232
"iam_permissions": [
3333
{
34-
"service_name": "iam-identity",
35-
"resources": [
36-
{
37-
"name": "Placeholder - will be refined",
38-
"description": "Placeholder - will be refined",
39-
"role_crns": [
40-
"crn:v1:bluemix:public:iam::::role:Administrator"
41-
]
42-
}
34+
"service_name": "iam-groups",
35+
"role_crns": [
36+
"crn:v1:bluemix:public:iam::::role:Administrator"
4337
]
38+
},
39+
{
40+
"role_crns": [
41+
"crn:v1:bluemix:public:iam::::serviceRole:Manager",
42+
"crn:v1:bluemix:public:iam::::role:Editor"
43+
],
44+
"service_name": "cloud-object-storage"
45+
},
46+
{
47+
"role_crns": [
48+
"crn:v1:bluemix:public:iam::::role:Administrator"
49+
],
50+
"service_name": "iam-identity"
51+
},
52+
{
53+
"role_crns": [
54+
"crn:v1:bluemix:public:iam::::serviceRole:Writer",
55+
"crn:v1:bluemix:public:iam::::role:Administrator"
56+
],
57+
"service_name": "atracker"
58+
},
59+
{
60+
"role_crns": [
61+
"crn:v1:bluemix:public:iam::::serviceRole:Manager",
62+
"crn:v1:bluemix:public:iam::::role:Editor"
63+
],
64+
"service_name": "kms"
65+
},
66+
{
67+
"service_name": "compliance",
68+
"role_crns": [
69+
"crn:v1:bluemix:public:iam::::serviceRole:Manager",
70+
"crn:v1:bluemix:public:iam::::role:Editor"
71+
]
72+
},
73+
{
74+
"role_crns": [
75+
"crn:v1:bluemix:public:iam::::role:Editor"
76+
],
77+
"service_name": "pm-20"
78+
},
79+
{
80+
"role_crns": [
81+
"crn:v1:bluemix:public:iam::::role:Editor"
82+
],
83+
"service_name": "data-science-experience"
84+
},
85+
{
86+
"role_crns": [
87+
"crn:v1:bluemix:public:iam::::role:Editor"
88+
],
89+
"service_name": "aiopenscale"
90+
},
91+
{
92+
"role_crns": [
93+
"crn:v1:bluemix:public:iam::::role:Editor"
94+
],
95+
"service_name": "conversation"
96+
},
97+
{
98+
"role_crns": [
99+
"crn:v1:bluemix:public:iam::::role:Editor"
100+
],
101+
"service_name": "discovery"
44102
}
45103
],
46104
"architecture": {

0 commit comments

Comments
 (0)