|
544 | 544 | "install_type": "fullstack" |
545 | 545 | }, |
546 | 546 | { |
547 | | - "label": "Standard (Deploy on Red Hat OpenShift)", |
548 | | - "name": "standard", |
| 547 | + "label": "Standard with sample application (Deploy on Red Hat OpenShift)", |
| 548 | + "name": "standard-fully-config", |
549 | 549 | "index": 2, |
550 | 550 | "working_directory": "solutions/standard", |
551 | 551 | "compliance": { |
|
806 | 806 | } |
807 | 807 | ] |
808 | 808 | }, |
| 809 | + { |
| 810 | + "key": "key_protect_plan", |
| 811 | + "type": "string", |
| 812 | + "default_value": "tiered-pricing", |
| 813 | + "description": "The service plan of the Key Protect instance that will be provisioned by this solution. Only used if not supplying `existing_kms_instance_crn`. [Learn more](https://cloud.ibm.com/docs/key-protect?topic=key-protect-pricing-plan).", |
| 814 | + "required": false, |
| 815 | + "options": [ |
| 816 | + { |
| 817 | + "displayname": "Standard", |
| 818 | + "value": "tiered-pricing" |
| 819 | + }, |
| 820 | + { |
| 821 | + "displayname": "Cross-region Resiliency", |
| 822 | + "value": "cross-region-resiliency" |
| 823 | + } |
| 824 | + ] |
| 825 | + }, |
| 826 | + { |
| 827 | + "key": "cloud_monitoring_plan", |
| 828 | + "type": "string", |
| 829 | + "default_value": "graduated-tier", |
| 830 | + "description": "The IBM Cloud Monitoring plan to provision. Available values are `lite` and `graduated-tier` and `graduated-tier-sysdig-secure-plus-monitor` (available in region eu-fr2 only). [Learn more](https://cloud.ibm.com/docs/monitoring?topic=monitoring-service_plans)", |
| 831 | + "required": false, |
| 832 | + "options": [ |
| 833 | + { |
| 834 | + "displayname": "Lite", |
| 835 | + "value": "lite" |
| 836 | + }, |
| 837 | + { |
| 838 | + "displayname": "Graduated Tier", |
| 839 | + "value": "graduated-tier" |
| 840 | + } |
| 841 | + ] |
| 842 | + }, |
809 | 843 | { |
810 | 844 | "key": "existing_secrets_manager_crn", |
811 | 845 | "type": "string", |
|
814 | 848 | "required": false |
815 | 849 | }, |
816 | 850 | { |
817 | | - "key": "skip_iam_authorization_policy", |
| 851 | + "key": "skip_secrets_manager_iam_auth_policy", |
818 | 852 | "display_name": "disable_secrets_manager_iam_credentials_engine", |
819 | 853 | "type": "boolean", |
820 | 854 | "default_value": false, |
|
835 | 869 | "description": "Pass a list of regions to create a tenant that is targeted to the Cloud Logs instance created by this solution. To manage platform logs that are generated by IBM Cloud® services in a region of IBM Cloud, you must create a tenant in each region that you operate. Leave the list empty if you don't want to create any tenants.", |
836 | 870 | "required": false |
837 | 871 | }, |
| 872 | + { |
| 873 | + "key": "event_notifications_email_list", |
| 874 | + "type": "array", |
| 875 | + "default_value": [], |
| 876 | + "description": "List of emails to configure event notifications.", |
| 877 | + "required": false |
| 878 | + }, |
838 | 879 | { |
839 | 880 | "key": "app_config_service_plan", |
840 | 881 | "type": "string", |
|
0 commit comments