Skip to content

Commit 69f2b41

Browse files
authored
fix(docs): change prefix description, add permission to roks catalog flavor (#216)
1 parent e302b82 commit 69f2b41

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

ibm_catalog.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@
221221
{
222222
"key": "prefix",
223223
"type": "string",
224-
"description": "A prefix added to the name of all resources created by this solution. Used to avoid name clashes in the target account when existing this solution multiple times.",
224+
"description": "A prefix added to the name of all resources created by this solution. Used to avoid name clashes in the target account when deploying this solution multiple times.",
225225
"default_value": "rag",
226226
"required": true
227227
},
@@ -441,7 +441,8 @@
441441
},
442442
{
443443
"role_crns": [
444-
"crn:v1:bluemix:public:iam::::role:Administrator"
444+
"crn:v1:bluemix:public:iam::::role:Administrator",
445+
"crn:v1:bluemix:public:iam-identity::::serviceRole:UserApiKeyCreator"
445446
],
446447
"service_name": "iam-identity"
447448
},
@@ -590,7 +591,7 @@
590591
{
591592
"key": "prefix",
592593
"type": "string",
593-
"description": "A prefix added to the name of all resources created by this solution. Must be 13 characters or less. Used to avoid name clashes in the target account when existing this solution multiple times.",
594+
"description": "A prefix added to the name of all resources created by this solution. Must start with a letter, contain only lowercase letters, numbers, or dashes, and be 13 characters or less. Used to avoid name clashes in the target account when deploying this solution multiple times.",
594595
"default_value": "rag",
595596
"required": true
596597
},

0 commit comments

Comments
 (0)