|
63 | 63 | ] |
64 | 64 | }, |
65 | 65 | "iam_permissions": [ |
| 66 | + { |
| 67 | + "role_crns": [ |
| 68 | + "crn:v1:bluemix:public:iam::::role:Administrator" |
| 69 | + ], |
| 70 | + "service_name": "all-account-management-services" |
| 71 | + }, |
66 | 72 | { |
67 | 73 | "role_crns": [ |
68 | 74 | "crn:v1:bluemix:public:iam::::role:Editor" |
69 | 75 | ], |
70 | | - "service_name": "databases-for-mongodb" |
| 76 | + "service_name": "databases-for-elasticsearch" |
| 77 | + }, |
| 78 | + { |
| 79 | + "role_crns": [ |
| 80 | + "crn:v1:bluemix:public:iam::::role:Editor" |
| 81 | + ], |
| 82 | + "service_name": "kms", |
| 83 | + "notes": "[Optional] Editor access is required to create keys. It is required only if KMS encryption is enabled." |
71 | 84 | }, |
72 | 85 | { |
73 | 86 | "role_crns": [ |
74 | | - "crn:v1:bluemix:public:iam::::serviceRole:Manager", |
75 | 87 | "crn:v1:bluemix:public:iam::::role:Editor" |
76 | 88 | ], |
77 | | - "service_name": "kms" |
| 89 | + "service_name": "hs-crypto", |
| 90 | + "notes": "[Optional] Editor access is required to create keys in HPCS. It is required only if KMS encryption is enabled." |
78 | 91 | } |
79 | 92 | ], |
80 | 93 | "architecture": { |
|
111 | 124 | } |
112 | 125 | } |
113 | 126 | }, |
114 | | - { |
115 | | - "key": "provider_visibility", |
116 | | - "hidden": true, |
117 | | - "options": [ |
118 | | - { |
119 | | - "displayname": "private", |
120 | | - "value": "private" |
121 | | - }, |
122 | | - { |
123 | | - "displayname": "public", |
124 | | - "value": "public" |
125 | | - }, |
126 | | - { |
127 | | - "displayname": "public-and-private", |
128 | | - "value": "public-and-private" |
129 | | - } |
130 | | - ] |
131 | | - }, |
132 | 127 | { |
133 | 128 | "key": "region", |
134 | 129 | "required": true, |
|
183 | 178 | } |
184 | 179 | ] |
185 | 180 | }, |
| 181 | + { |
| 182 | + "key": "provider_visibility", |
| 183 | + "hidden": true, |
| 184 | + "options": [ |
| 185 | + { |
| 186 | + "displayname": "private", |
| 187 | + "value": "private" |
| 188 | + }, |
| 189 | + { |
| 190 | + "displayname": "public", |
| 191 | + "value": "public" |
| 192 | + }, |
| 193 | + { |
| 194 | + "displayname": "public-and-private", |
| 195 | + "value": "public-and-private" |
| 196 | + } |
| 197 | + ] |
| 198 | + }, |
186 | 199 | { |
187 | 200 | "key": "mongodb_version", |
188 | 201 | "required": false, |
|
0 commit comments