From 23acb1a4d06cab26627de822fa31c3d7ddeedba8 Mon Sep 17 00:00:00 2001 From: manuraf Date: Fri, 16 Feb 2024 14:12:12 +0100 Subject: [PATCH] SIGNATURE_VALIDATION_ENABLED disabled on uat --- infra/container_apps/onboarding-ms/env/uat/terraform.tfvars | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/container_apps/onboarding-ms/env/uat/terraform.tfvars b/infra/container_apps/onboarding-ms/env/uat/terraform.tfvars index 6c159bb58..63686f6c4 100644 --- a/infra/container_apps/onboarding-ms/env/uat/terraform.tfvars +++ b/infra/container_apps/onboarding-ms/env/uat/terraform.tfvars @@ -44,7 +44,7 @@ app_settings = [ }, { name = "SIGNATURE_VALIDATION_ENABLED" - value = "true" + value = "false" }, { name = "STORAGE_CONTAINER_CONTRACT"