From 18cfb630ea7722ead93e4854b19f85822b282ea1 Mon Sep 17 00:00:00 2001 From: Samuel Williams Date: Tue, 19 Nov 2024 15:54:36 +0000 Subject: [PATCH] Read fund-store host from parameter store This will help us migrate from the "microservice"-y fund-store to a more consolidated pre-award-stores service. Ticket: https://mhclgdigital.atlassian.net/browse/FSPT-108 --- copilot/fsd-authenticator/manifest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/copilot/fsd-authenticator/manifest.yml b/copilot/fsd-authenticator/manifest.yml index 36a036c6..1088d820 100755 --- a/copilot/fsd-authenticator/manifest.yml +++ b/copilot/fsd-authenticator/manifest.yml @@ -46,7 +46,6 @@ network: # Pass environment variables as key value pairs. variables: SENTRY_DSN: "https://96b94a5fea854bc99f132ccdebba34eb@o1432034.ingest.sentry.io/4503919190016000" - FUND_STORE_API_HOST: "http://fsd-fund-store:8080" ACCOUNT_STORE_API_HOST: "http://fsd-account-store:8080" AUTHENTICATOR_HOST: "https://authenticator.${COPILOT_ENVIRONMENT_NAME}.access-funding.test.levellingup.gov.uk" POST_AWARD_FRONTEND_HOST: "https://find-monitoring-data.${COPILOT_ENVIRONMENT_NAME}.access-funding.test.levellingup.gov.uk" @@ -66,6 +65,7 @@ variables: from_cfn: ${COPILOT_APPLICATION_NAME}-${COPILOT_ENVIRONMENT_NAME}-NotificationDeadLetterQueueURL secrets: + FUND_STORE_API_HOST: /copilot/${COPILOT_APPLICATION_NAME}/${COPILOT_ENVIRONMENT_NAME}/secrets/FUND_STORE_API_HOST RSA256_PUBLIC_KEY_BASE64: /copilot/${COPILOT_APPLICATION_NAME}/${COPILOT_ENVIRONMENT_NAME}/secrets/RSA256_PUBLIC_KEY_BASE64 RSA256_PRIVATE_KEY_BASE64: /copilot/${COPILOT_APPLICATION_NAME}/${COPILOT_ENVIRONMENT_NAME}/secrets/RSA256_PRIVATE_KEY_BASE64 SECRET_KEY: /copilot/${COPILOT_APPLICATION_NAME}/${COPILOT_ENVIRONMENT_NAME}/secrets/SECRET_KEY