Skip to content

Commit 74ae995

Browse files
iamar7Md Anam Raihan
andauthored
fix: updated IAM permissions for DA (#82)
* fix: update iam permission * update iam permission * update text for DA dependency * update notes * resolve comments --------- Co-authored-by: Md Anam Raihan <[email protected]>
1 parent 1a66096 commit 74ae995

File tree

1 file changed

+16
-9
lines changed

1 file changed

+16
-9
lines changed

ibm_catalog.json

Lines changed: 16 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -217,23 +217,30 @@
217217
"role_crns": [
218218
"crn:v1:bluemix:public:iam::::role:Administrator"
219219
],
220-
"service_name": "iam-identity",
221-
"notes": "[Optional] Required if Cloud automation for account configuration is enabled."
220+
"service_name": "All Account Management services",
221+
"notes": "[Optional] Required to create new resource groups when enabling the Account Configuration integration."
222222
},
223223
{
224224
"role_crns": [
225-
"crn:v1:bluemix:public:iam::::serviceRole:Manager",
226-
"crn:v1:bluemix:public:iam::::role:Editor"
225+
"crn:v1:bluemix:public:iam::::role:Viewer"
227226
],
228-
"service_name": "sysdig-monitor",
229-
"notes": "[Optional] Required for creating a new instance of cloud monitoring."
227+
"service_name": "Resource group only",
228+
"notes": "Viewer access is required in the resource group you want to provision in."
230229
},
231230
{
232231
"role_crns": [
232+
"crn:v1:bluemix:public:iam::::role:Administrator"
233+
],
234+
"service_name": "All Identity and Access enabled services",
235+
"notes": "Required to create an IAM authorization policy between Metrics Router and Cloud Monitoring, and to set up new resource groups with account settings when enabling Account Configuration integration."
236+
},
237+
{
238+
"role_crns": [
239+
"crn:v1:bluemix:public:iam::::serviceRole:Manager",
233240
"crn:v1:bluemix:public:iam::::role:Editor"
234241
],
235-
"service_name": "metrics-router",
236-
"notes": "[Optional] Required if metrics routing to cloud monitoring instance is enabled."
242+
"service_name": "sysdig-monitor",
243+
"notes": "Required for creating a new instance of Cloud Monitoring."
237244
}
238245
],
239246
"architecture": {
@@ -257,7 +264,7 @@
257264
"dependencies": [
258265
{
259266
"name": "deploy-arch-ibm-account-infra-base",
260-
"description": "Enable to create a resource groups by default where all the resources will be provisioned and, when you enable the “with Account Settings” option, it also applies baseline security and governance settings. When disabled, provide your own resource group via the `existing_resource_group_name` input.",
267+
"description": "Organize your IBM Cloud account with preconfigured resource groups. If not selected, the default resource group is used. Optionally, expand to apply recommended security controls via \"with Account Settings\" variation.",
261268
"id": "63641cec-6093-4b4f-b7b0-98d2f4185cd6-global",
262269
"version": "v3.0.7",
263270
"flavors": [

0 commit comments

Comments
 (0)