From 25eaaf2293ee1daed02632e718674d6e1df557f8 Mon Sep 17 00:00:00 2001 From: Adam Geiger Date: Wed, 10 Jul 2024 11:43:25 -0400 Subject: [PATCH] fix: catalog json - add support and minor fixes (#29) --- ibm_catalog.json | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/ibm_catalog.json b/ibm_catalog.json index 59e4e79..cf3ee24 100644 --- a/ibm_catalog.json +++ b/ibm_catalog.json @@ -48,8 +48,17 @@ { "description": "Provisions and manages SSH keys for the VSIs so that you can securely administer the instances.\n", "title": "Provisions SSH keys" + }, + { + "title": "Increases security with Key Management", + "description": "Yes" + }, + { + "title": "Reduces failure events by using multizone regions", + "description": "Yes" } ], + "support_details": "This product is in the community registry, as such support is handled through the originated repo. If you experience issues please open an issue in that repository [https://github.com/terraform-ibm-modules/terraform-ibm-web-app-mzr-da/issues](https://github.com/terraform-ibm-modules/terraform-ibm-web-app-mzr-da/issues). Please note this product is not supported via the IBM Cloud Support Center.", "flavors": [ { "label": "Standard", @@ -61,7 +70,7 @@ "key": "prefix", "type": "string", "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.", - "default_value": "rag", + "default_value": "web-app", "required": true }, { @@ -219,10 +228,6 @@ } ], "iam_permissions": [ - { - "role_crns": ["crn:v1:bluemix:public:iam::::serviceRole:Manager"], - "service_name": "appid" - }, { "role_crns": ["crn:v1:bluemix:public:iam::::serviceRole:Manager"], "service_name": "cloud-object-storage"