Skip to content
This repository has been archived by the owner on Dec 18, 2024. It is now read-only.

Commit

Permalink
Merge pull request #361 from communitiesuk/bau/fund-store-api-host-fr…
Browse files Browse the repository at this point in the history
…om-env-var

Read fund-store host from parameter store
  • Loading branch information
samuelhwilliams authored Nov 20, 2024
2 parents d59f1cf + 18cfb63 commit 52aec59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion copilot/fsd-authenticator/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ network:
# Pass environment variables as key value pairs.
variables:
SENTRY_DSN: "https://[email protected]/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"
Expand All @@ -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
Expand Down

0 comments on commit 52aec59

Please sign in to comment.