Skip to content

Commit eaa2020

Browse files
fix: add missing permissions to DA docs (#234)
1 parent 629d4a2 commit eaa2020

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

ibm_catalog.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,22 @@
217217
]
218218
}
219219
],
220+
"iam_permissions": [
221+
{
222+
"service_name": "resource-group",
223+
"role_crns": [
224+
"crn:v1:bluemix:public:iam::::role:Viewer"
225+
]
226+
},
227+
{
228+
"role_crns": [
229+
"crn:v1:bluemix:public:iam::::role:Administrator",
230+
"crn:v1:bluemix:public:iam::::serviceRole:Manager"
231+
],
232+
"service_name": "apprapp",
233+
"notes": "Required for provisioning the App Configuration instance."
234+
}
235+
],
220236
"architecture": {
221237
"descriptions": "This architecture supports creating and configuring an IBM Cloud App Configuration",
222238
"features": [

0 commit comments

Comments
 (0)