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

BAU: Move application store api host to AWS parameter store secret #532

Merged
merged 1 commit into from
Nov 25, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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