Skip to content

Commit f37b958

Browse files
fix: added iam permissions (#35)
* add iam permissions * enable scc profile --------- Co-authored-by: Andrea Innocenti <62945651+andreainnocenti@users.noreply.github.com>
1 parent 0ec482c commit f37b958

File tree

2 files changed

+50
-0
lines changed

2 files changed

+50
-0
lines changed

.catalog-onboard-pipeline.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,6 @@ offerings:
1616
destroy_workspace_on_failure: false
1717
import_only: false
1818
validation_rg: validation
19+
scc:
20+
instance_id: 9312688c-331e-4f62-8553-eafa3aebb978
21+
region: us-south

ibm_catalog.json

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,53 @@
227227
}
228228
}
229229
],
230+
"iam_permissions": [
231+
{
232+
"role_crns": [
233+
"crn:v1:bluemix:public:iam::::role:Editor"
234+
],
235+
"service_name": "cloud-object-storage"
236+
},
237+
{
238+
"role_crns": [
239+
"crn:v1:bluemix:public:iam::::role:Editor"
240+
],
241+
"service_name": "pm-20"
242+
},
243+
{
244+
"role_crns": [
245+
"crn:v1:bluemix:public:iam::::role:Editor"
246+
],
247+
"service_name": "data-science-experience"
248+
},
249+
{
250+
"role_crns": [
251+
"crn:v1:bluemix:public:iam::::role:Editor"
252+
],
253+
"service_name": "aiopenscale"
254+
},
255+
{
256+
"role_crns": [
257+
"crn:v1:bluemix:public:iam::::role:Editor"
258+
],
259+
"service_name": "conversation"
260+
},
261+
{
262+
"role_crns": [
263+
"crn:v1:bluemix:public:iam::::role:Editor"
264+
],
265+
"service_name": "discovery"
266+
}
267+
],
268+
"compliance": {
269+
"authority": "scc-v3",
270+
"profiles": [
271+
{
272+
"profile_name": "IBM Cloud Framework for Financial Services",
273+
"profile_version": "1.6.0"
274+
}
275+
]
276+
},
230277
"outputs": [
231278
{
232279
"key": "watson_platform_endpoint",

0 commit comments

Comments
 (0)