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

Commit

Permalink
Merge pull request #532 from communitiesuk/bau/add-application-store-…
Browse files Browse the repository at this point in the history
…api-host-secret

BAU: Move application store api host to AWS parameter store secret
  • Loading branch information
MarcUsher authored Nov 25, 2024
2 parents a04a1b6 + 4b1a96d commit 215c4f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion copilot/fsd-assessment-store/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ network:
variables:
SENTRY_DSN: "https://79a6d9e960144fad834bb3495ecbcc53@o1432034.ingest.sentry.io/4504418765963264"
FLASK_ENV: ${COPILOT_ENVIRONMENT_NAME}
APPLICATION_STORE_API_HOST: http://fsd-application-store:8080
ACCOUNT_STORE_API_HOST: http://fsd-account-store:8080
ASSESSMENT_FRONTEND_HOST: "https://assessment.${COPILOT_ENVIRONMENT_NAME}.access-funding.test.levellingup.gov.uk"
AWS_MSG_BUCKET_NAME:
Expand All @@ -61,6 +60,7 @@ variables:

secrets:
FUND_STORE_API_HOST: /copilot/${COPILOT_APPLICATION_NAME}/${COPILOT_ENVIRONMENT_NAME}/secrets/FUND_STORE_API_HOST
APPLICATION_STORE_API_HOST: /copilot/${COPILOT_APPLICATION_NAME}/${COPILOT_ENVIRONMENT_NAME}/secrets/APPLICATION_STORE_API_HOST
SECRET_KEY: /copilot/${COPILOT_APPLICATION_NAME}/${COPILOT_ENVIRONMENT_NAME}/secrets/SECRET_KEY

# You can override any of the values defined above by environment.
Expand Down

0 comments on commit 215c4f8

Please sign in to comment.