|
97 | 97 | { |
98 | 98 | "key": "ibmcloud_api_key" |
99 | 99 | }, |
| 100 | + { |
| 101 | + "key": "existing_resource_group_name", |
| 102 | + "required": true, |
| 103 | + "custom_config": { |
| 104 | + "type": "resource_group", |
| 105 | + "grouping": "deployment", |
| 106 | + "original_grouping": "deployment", |
| 107 | + "config_constraints": { |
| 108 | + "identifier": "rg_name" |
| 109 | + } |
| 110 | + } |
| 111 | + }, |
100 | 112 | { |
101 | 113 | "key": "provider_visibility", |
102 | 114 | "options": [ |
|
114 | 126 | } |
115 | 127 | ] |
116 | 128 | }, |
117 | | - { |
118 | | - "key": "existing_resource_group_name" |
119 | | - }, |
120 | 129 | { |
121 | 130 | "key": "prefix" |
122 | 131 | }, |
|
259 | 268 | "key": "existing_kms_key_crn" |
260 | 269 | }, |
261 | 270 | { |
262 | | - "key": "kms_endpoint_type" |
| 271 | + "key": "kms_endpoint_type", |
| 272 | + "options": [ |
| 273 | + { |
| 274 | + "displayname": "public", |
| 275 | + "value": "public" |
| 276 | + }, |
| 277 | + { |
| 278 | + "displayname": "private", |
| 279 | + "value": "private" |
| 280 | + } |
| 281 | + ] |
263 | 282 | }, |
264 | 283 | { |
265 | 284 | "key": "skip_mongodb_kms_auth_policy" |
|
298 | 317 | "key": "skip_mongodb_secrets_manager_auth_policy" |
299 | 318 | } |
300 | 319 | ] |
| 320 | + }, |
| 321 | + { |
| 322 | + "label": "Security Enforced", |
| 323 | + "name": "security-enforced", |
| 324 | + "install_type": "fullstack", |
| 325 | + "working_directory": "solutions/security-enforced", |
| 326 | + "compliance": { |
| 327 | + "authority": "scc-v3", |
| 328 | + "profiles": [ |
| 329 | + { |
| 330 | + "profile_name": "IBM Cloud Framework for Financial Services", |
| 331 | + "profile_version": "1.7.0" |
| 332 | + } |
| 333 | + ] |
| 334 | + }, |
| 335 | + "iam_permissions": [ |
| 336 | + { |
| 337 | + "role_crns": [ |
| 338 | + "crn:v1:bluemix:public:iam::::role:Editor" |
| 339 | + ], |
| 340 | + "service_name": "databases-for-mongodb" |
| 341 | + }, |
| 342 | + { |
| 343 | + "role_crns": [ |
| 344 | + "crn:v1:bluemix:public:iam::::serviceRole:Manager", |
| 345 | + "crn:v1:bluemix:public:iam::::role:Editor" |
| 346 | + ], |
| 347 | + "service_name": "kms" |
| 348 | + } |
| 349 | + ], |
| 350 | + "architecture": { |
| 351 | + "descriptions": "This architecture creates an instance of IBM Cloud Databases for MongoDB instance with KMS encryption. Supports autoscaling.", |
| 352 | + "features": [ |
| 353 | + { |
| 354 | + "title": " Creates an instance of Databases for MongoDB", |
| 355 | + "description": "This architecture creates an instance of IBM Cloud Databases for MongoDB with KMS encryption. It accepts or creates a resource group, and provides autoscaling rules." |
| 356 | + } |
| 357 | + ], |
| 358 | + "diagrams": [ |
| 359 | + { |
| 360 | + "diagram": { |
| 361 | + "caption": "Databases for MongoDB instance on IBM Cloud", |
| 362 | + "url": "https://raw.githubusercontent.com/terraform-ibm-modules/terraform-ibm-icd-mongodb/main/reference-architecture/deployable-architecture-mongodb.svg", |
| 363 | + "type": "image/svg+xml" |
| 364 | + }, |
| 365 | + "description": "This architecture supports creating and configuring an instance of Databases for MongoDB instance with KMS encryption." |
| 366 | + } |
| 367 | + ] |
| 368 | + }, |
| 369 | + "configuration": [ |
| 370 | + { |
| 371 | + "key": "ibmcloud_api_key" |
| 372 | + }, |
| 373 | + { |
| 374 | + "key": "existing_resource_group_name", |
| 375 | + "required": true, |
| 376 | + "custom_config": { |
| 377 | + "type": "resource_group", |
| 378 | + "grouping": "deployment", |
| 379 | + "original_grouping": "deployment", |
| 380 | + "config_constraints": { |
| 381 | + "identifier": "rg_name" |
| 382 | + } |
| 383 | + } |
| 384 | + }, |
| 385 | + { |
| 386 | + "key": "region", |
| 387 | + "required": true, |
| 388 | + "default_value": "us-south", |
| 389 | + "options": [ |
| 390 | + { |
| 391 | + "displayname": "Chennai (che01)", |
| 392 | + "value": "che01" |
| 393 | + }, |
| 394 | + { |
| 395 | + "displayname": "Dallas (us-south)", |
| 396 | + "value": "us-south" |
| 397 | + }, |
| 398 | + { |
| 399 | + "displayname": "Frankfurt (eu-de)", |
| 400 | + "value": "eu-de" |
| 401 | + }, |
| 402 | + { |
| 403 | + "displayname": "London (eu-gb)", |
| 404 | + "value": "eu-gb" |
| 405 | + }, |
| 406 | + { |
| 407 | + "displayname": "Madrid (eu-es)", |
| 408 | + "value": "eu-es" |
| 409 | + }, |
| 410 | + { |
| 411 | + "displayname": "Osaka (jp-osa)", |
| 412 | + "value": "jp-osa" |
| 413 | + }, |
| 414 | + { |
| 415 | + "displayname": "Paris (par01)", |
| 416 | + "value": "par01" |
| 417 | + }, |
| 418 | + { |
| 419 | + "displayname": "Sao Paulo (br-sao)", |
| 420 | + "value": "br-sao" |
| 421 | + }, |
| 422 | + { |
| 423 | + "displayname": "Sydney (au-syd)", |
| 424 | + "value": "au-syd" |
| 425 | + }, |
| 426 | + { |
| 427 | + "displayname": "Toronto (ca-tor)", |
| 428 | + "value": "ca-tor" |
| 429 | + }, |
| 430 | + { |
| 431 | + "displayname": "Tokyo (jp-tok)", |
| 432 | + "value": "jp-tok" |
| 433 | + }, |
| 434 | + { |
| 435 | + "displayname": "Washington (us-east)", |
| 436 | + "value": "us-east" |
| 437 | + } |
| 438 | + ] |
| 439 | + }, |
| 440 | + { |
| 441 | + "key": "prefix" |
| 442 | + }, |
| 443 | + { |
| 444 | + "key": "mongodb_name" |
| 445 | + }, |
| 446 | + |
| 447 | + { |
| 448 | + "key": "mongodb_version", |
| 449 | + "required": false, |
| 450 | + "default_value": "__NULL__", |
| 451 | + "options": [ |
| 452 | + { |
| 453 | + "displayname": "preferred", |
| 454 | + "value": "__NULL__" |
| 455 | + }, |
| 456 | + { |
| 457 | + "displayname": "6.0", |
| 458 | + "value": "6.0" |
| 459 | + }, |
| 460 | + { |
| 461 | + "displayname": "7.0", |
| 462 | + "value": "7.0" |
| 463 | + } |
| 464 | + ] |
| 465 | + }, |
| 466 | + { |
| 467 | + "key": "plan" |
| 468 | + }, |
| 469 | + { |
| 470 | + "key": "members" |
| 471 | + }, |
| 472 | + { |
| 473 | + "key": "memory_mb" |
| 474 | + }, |
| 475 | + { |
| 476 | + "key": "cpu_count" |
| 477 | + }, |
| 478 | + { |
| 479 | + "key": "disk_mb" |
| 480 | + }, |
| 481 | + { |
| 482 | + "key": "member_host_flavor" |
| 483 | + }, |
| 484 | + { |
| 485 | + "key": "service_credential_names" |
| 486 | + }, |
| 487 | + { |
| 488 | + "key": "admin_pass" |
| 489 | + }, |
| 490 | + { |
| 491 | + "key": "admin_pass_secrets_manager_secret_group" |
| 492 | + }, |
| 493 | + { |
| 494 | + "key": "admin_pass_secrets_manager_secret_name" |
| 495 | + }, |
| 496 | + { |
| 497 | + "key": "existing_mongodb_instance_crn" |
| 498 | + }, |
| 499 | + { |
| 500 | + "key": "use_existing_admin_pass_secrets_manager_secret_group" |
| 501 | + }, |
| 502 | + { |
| 503 | + "key": "users" |
| 504 | + }, |
| 505 | + { |
| 506 | + "key": "mongodb_tags" |
| 507 | + }, |
| 508 | + { |
| 509 | + "key": "mongodb_access_tags" |
| 510 | + }, |
| 511 | + { |
| 512 | + "key": "existing_kms_instance_crn" |
| 513 | + }, |
| 514 | + { |
| 515 | + "key": "existing_kms_key_crn" |
| 516 | + }, |
| 517 | + { |
| 518 | + "key": "skip_mongodb_kms_auth_policy" |
| 519 | + }, |
| 520 | + { |
| 521 | + "key": "ibmcloud_kms_api_key" |
| 522 | + }, |
| 523 | + { |
| 524 | + "key": "key_ring_name" |
| 525 | + }, |
| 526 | + { |
| 527 | + "key": "key_name" |
| 528 | + }, |
| 529 | + { |
| 530 | + "key": "existing_backup_kms_key_crn" |
| 531 | + }, |
| 532 | + { |
| 533 | + "key": "auto_scaling" |
| 534 | + }, |
| 535 | + { |
| 536 | + "key": "backup_crn" |
| 537 | + }, |
| 538 | + { |
| 539 | + "key": "existing_secrets_manager_instance_crn" |
| 540 | + }, |
| 541 | + { |
| 542 | + "key": "service_credential_secrets" |
| 543 | + }, |
| 544 | + { |
| 545 | + "key": "skip_mongodb_secrets_manager_auth_policy" |
| 546 | + } |
| 547 | + ] |
301 | 548 | } |
302 | 549 | ] |
303 | 550 | } |
|
0 commit comments