From 820e9f0febb42399522fbf9b1e6a06bfe53a00c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Conall=20=C3=93=20Cofaigh?= Date: Tue, 1 Apr 2025 17:15:07 +0100 Subject: [PATCH 1/3] Update catalogValidationValues.json.template --- .../security-enforced/catalogValidationValues.json.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solutions/security-enforced/catalogValidationValues.json.template b/solutions/security-enforced/catalogValidationValues.json.template index c5b44365..789f83c3 100644 --- a/solutions/security-enforced/catalogValidationValues.json.template +++ b/solutions/security-enforced/catalogValidationValues.json.template @@ -4,5 +4,5 @@ "prefix": $PREFIX, "service_plan": "trial", "existing_kms_instance_crn": $HPCS_US_SOUTH_CRN, - "region": "eu-de" + "secret_groups": "[]" } From d9a176dbd3715c2654d53d26f4c67f8a305488cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Conall=20=C3=93=20Cofaigh?= Date: Tue, 1 Apr 2025 17:15:44 +0100 Subject: [PATCH 2/3] Update catalogValidationValues.json.template --- .../fully-configurable/catalogValidationValues.json.template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/solutions/fully-configurable/catalogValidationValues.json.template b/solutions/fully-configurable/catalogValidationValues.json.template index 2adb0113..56568c6e 100644 --- a/solutions/fully-configurable/catalogValidationValues.json.template +++ b/solutions/fully-configurable/catalogValidationValues.json.template @@ -5,5 +5,6 @@ "service_plan": "trial", "kms_encryption_enabled": true, "existing_kms_instance_crn": $HPCS_US_SOUTH_CRN, - "region": "eu-de" + "region": "eu-de", + "secret_groups": "[]" } From 623643d255674f1af400efe3ab2bf0ec6b2cb23f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Conall=20=C3=93=20Cofaigh?= Date: Tue, 1 Apr 2025 17:34:38 +0100 Subject: [PATCH 3/3] Update catalogValidationValues.json.template --- .../security-enforced/catalogValidationValues.json.template | 1 + 1 file changed, 1 insertion(+) diff --git a/solutions/security-enforced/catalogValidationValues.json.template b/solutions/security-enforced/catalogValidationValues.json.template index 789f83c3..c2da2779 100644 --- a/solutions/security-enforced/catalogValidationValues.json.template +++ b/solutions/security-enforced/catalogValidationValues.json.template @@ -4,5 +4,6 @@ "prefix": $PREFIX, "service_plan": "trial", "existing_kms_instance_crn": $HPCS_US_SOUTH_CRN, + "region": "eu-de", "secret_groups": "[]" }