|  | 
| 51 | 51 |                         "authority": "scc-v3", | 
| 52 | 52 |                         "profiles": [ | 
| 53 | 53 |                             { | 
| 54 |  | -                                "profile_name": "IBM Cloud Framework for Financial Services", | 
| 55 |  | -                                "profile_version": "1.6.0" | 
|  | 54 | +                                "profile_name": "CIS IBM Cloud Foundations Benchmark", | 
|  | 55 | +                                "profile_version": "1.0.0" | 
| 56 | 56 |                             } | 
| 57 | 57 |                         ] | 
| 58 | 58 |                     }, | 
|  | 
| 110 | 110 |                         { | 
| 111 | 111 |                             "key": "cluster_prefix" | 
| 112 | 112 |                         }, | 
|  | 113 | +                        { | 
|  | 114 | +                            "key": "observability_atracker_on_cos_enable" | 
|  | 115 | +                        }, | 
|  | 116 | +                        { | 
|  | 117 | +                            "key": "observability_monitoring_enable" | 
|  | 118 | +                        }, | 
|  | 119 | +                        { | 
|  | 120 | +                            "key": "observability_monitoring_on_compute_nodes_enable" | 
|  | 121 | +                        }, | 
|  | 122 | +                        { | 
|  | 123 | +                            "key": "observability_monitoring_plan", | 
|  | 124 | +                            "default_value": "graduated-tier", | 
|  | 125 | +                            "options": [ | 
|  | 126 | +                                { | 
|  | 127 | +                                    "displayname": "graduated-tier", | 
|  | 128 | +                                    "value": "graduated-tier" | 
|  | 129 | +                                }, | 
|  | 130 | +                                { | 
|  | 131 | +                                    "displayname": "lite", | 
|  | 132 | +                                    "value": "lite" | 
|  | 133 | +                                } | 
|  | 134 | +                            ] | 
|  | 135 | +                        }, | 
|  | 136 | +                        { | 
|  | 137 | +                            "key": "scc_enable" | 
|  | 138 | +                        }, | 
|  | 139 | +                        { | 
|  | 140 | +                            "key": "scc_profile" | 
|  | 141 | +                        }, | 
|  | 142 | +                        { | 
|  | 143 | +                            "key": "scc_profile_version" | 
|  | 144 | +                        }, | 
|  | 145 | +                        { | 
|  | 146 | +                            "key": "scc_location" | 
|  | 147 | +                        }, | 
|  | 148 | +                        { | 
|  | 149 | +                            "key": "scc_event_notification_plan", | 
|  | 150 | +                            "default_value": "lite", | 
|  | 151 | +                            "options": [ | 
|  | 152 | +                                { | 
|  | 153 | +                                    "displayname": "lite", | 
|  | 154 | +                                    "value": "lite" | 
|  | 155 | +                                }, | 
|  | 156 | +                                { | 
|  | 157 | +                                    "displayname": "standard", | 
|  | 158 | +                                    "value": "standard" | 
|  | 159 | +                                } | 
|  | 160 | +                            ] | 
|  | 161 | +                        }, | 
| 113 | 162 |                         { | 
| 114 | 163 |                             "key": "vpc_cidr" | 
| 115 | 164 |                         }, | 
|  | 
| 147 | 196 |                             "key": "login_image_name" | 
| 148 | 197 |                         }, | 
| 149 | 198 |                         { | 
| 150 |  | -                            "key": "custom_file_shares" | 
|  | 199 | +                            "key": "custom_file_shares", | 
|  | 200 | +                            "type": "array", | 
|  | 201 | +                            "default_value": "[\n  {\n    \"mount_path\": \"/mnt/vpcstorage/tools\",\n    \"size\": 100,\n    \"iops\": 2000\n  },\n  {\n    \"mount_path\": \"/mnt/vpcstorage/data\",\n    \"size\": 100,\n    \"iops\": 6000\n  },\n  {\n    \"mount_path\": \"/mnt/scale/tools\",\n    \"nfs_share\": \"\"\n  }\n]\n", | 
|  | 202 | +                            "display_name": "JSON", | 
|  | 203 | +                            "required": false, | 
|  | 204 | +                            "custom_config": { | 
|  | 205 | +                                "type": "json_editor", | 
|  | 206 | +                                "grouping": "deployment", | 
|  | 207 | +                                "original_grouping": "deployment", | 
|  | 208 | +                                "config_constraints": { | 
|  | 209 | +                                    "type": "mixed" | 
|  | 210 | +                                } | 
|  | 211 | +                            } | 
| 151 | 212 |                         }, | 
| 152 | 213 |                         { | 
| 153 | 214 |                             "key": "storage_security_group_id" | 
|  | 
| 167 | 228 |                         { | 
| 168 | 229 |                             "key": "cos_instance_name" | 
| 169 | 230 |                         }, | 
| 170 |  | -                        { | 
| 171 |  | -                            "key": "observability_atracker_on_cos_enable" | 
| 172 |  | -                        }, | 
| 173 |  | -                        { | 
| 174 |  | -                            "key": "observability_monitoring_enable" | 
| 175 |  | -                        }, | 
| 176 |  | -                        { | 
| 177 |  | -                            "key": "observability_monitoring_on_compute_nodes_enable" | 
| 178 |  | -                        }, | 
| 179 |  | -                        { | 
| 180 |  | -                            "key": "observability_monitoring_plan", | 
| 181 |  | -                            "default_value": "graduated-tier", | 
| 182 |  | -                            "options": [ | 
| 183 |  | -                                { | 
| 184 |  | -                                    "displayname": "graduated-tier", | 
| 185 |  | -                                    "value": "graduated-tier" | 
| 186 |  | -                                }, | 
| 187 |  | -                                { | 
| 188 |  | -                                    "displayname": "lite", | 
| 189 |  | -                                    "value": "lite" | 
| 190 |  | -                                } | 
| 191 |  | -                            ] | 
| 192 |  | -                        }, | 
| 193 | 231 |                         { | 
| 194 | 232 |                             "key": "enable_vpc_flow_logs" | 
| 195 | 233 |                         }, | 
|  | 
| 205 | 243 |                         { | 
| 206 | 244 |                             "key": "kms_key_name" | 
| 207 | 245 |                         }, | 
| 208 |  | -                        { | 
| 209 |  | -                            "key": "scc_enable" | 
| 210 |  | -                        }, | 
| 211 |  | -                        { | 
| 212 |  | -                            "key": "scc_profile" | 
| 213 |  | -                        }, | 
| 214 |  | -                        { | 
| 215 |  | -                            "key": "scc_profile_version" | 
| 216 |  | -                        }, | 
| 217 |  | -                        { | 
| 218 |  | -                            "key": "scc_location" | 
| 219 |  | -                        }, | 
| 220 |  | -                        { | 
| 221 |  | -                            "key": "scc_event_notification_plan", | 
| 222 |  | -                            "default_value": "lite", | 
| 223 |  | -                            "options": [ | 
| 224 |  | -                                { | 
| 225 |  | -                                    "displayname": "lite", | 
| 226 |  | -                                    "value": "lite" | 
| 227 |  | -                                }, | 
| 228 |  | -                                { | 
| 229 |  | -                                    "displayname": "standard", | 
| 230 |  | -                                    "value": "standard" | 
| 231 |  | -                                } | 
| 232 |  | -                            ] | 
| 233 |  | -                        }, | 
| 234 | 246 |                         { | 
| 235 | 247 |                             "key": "hyperthreading_enabled" | 
| 236 | 248 |                         }, | 
|  | 
| 273 | 285 |                         { | 
| 274 | 286 |                             "key": "skip_iam_authorization_policy" | 
| 275 | 287 |                         }, | 
|  | 288 | +                        { | 
|  | 289 | +                            "key": "skip_iam_share_authorization_policy" | 
|  | 290 | +                        }, | 
| 276 | 291 |                         { | 
| 277 | 292 |                             "key": "existing_certificate_instance" | 
| 278 | 293 |                         }, | 
|  | 
| 373 | 388 |                                 "description": "Yes" | 
| 374 | 389 |                             }, | 
| 375 | 390 |                             { | 
| 376 |  | -                                "title": "Simplifies risk management and demonstrates regulatory compliance with Financial Services", | 
|  | 391 | +                                "title": "Simplifies risk management and demonstrates regulatory compliance with CIS IBM Cloud Foundations Benchmark Services", | 
| 377 | 392 |                                 "description": "Yes" | 
| 378 | 393 |                             }, | 
| 379 | 394 |                             { | 
|  | 
0 commit comments