Skip to content

Commit

Permalink
hardcode authenticator host in celery manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
gidsg committed Mar 7, 2025
1 parent e48530a commit 5270b93
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion copilot/post-award-celery/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ secrets:
from_cfn: ${COPILOT_APPLICATION_NAME}-${COPILOT_ENVIRONMENT_NAME}-postawardclusterAuroraSecret
REDIS_URL:
from_cfn: ${COPILOT_APPLICATION_NAME}-${COPILOT_ENVIRONMENT_NAME}-PostAwardRedisUrl
AUTHENTICATOR_HOST: /copilot/${COPILOT_APPLICATION_NAME}/${COPILOT_ENVIRONMENT_NAME}/secrets/POST_AWARD_AUTHENTICATOR_HOST
SECRET_KEY: /copilot/${COPILOT_APPLICATION_NAME}/${COPILOT_ENVIRONMENT_NAME}/secrets/POST_AWARD_SECRET_KEY
RSA256_PUBLIC_KEY_BASE64: /copilot/${COPILOT_APPLICATION_NAME}/${COPILOT_ENVIRONMENT_NAME}/secrets/POST_AWARD_RSA256_PUBLIC_KEY_BASE64
TF_ADDITIONAL_EMAIL_LOOKUPS: /copilot/${COPILOT_APPLICATION_NAME}/${COPILOT_ENVIRONMENT_NAME}/secrets/POST_AWARD_TF_ADDITIONAL_EMAIL_LOOKUPS
Expand All @@ -63,13 +62,16 @@ environments:
FIND_SERVICE_BASE_URL: https://find-monitoring-data.access-funding.levellingup.gov.uk
SUBMIT_HOST: submit-monitoring-data.access-funding.levellingup.gov.uk
FIND_HOST: find-monitoring-data.access-funding.levellingup.gov.uk
AUTHENTICATOR_HOST: https://authenticator.access-funding.${COPILOT_ENVIRONMENT_NAME}.communities.gov.uk
test:
variables:
FIND_SERVICE_BASE_URL: https://find-monitoring-data.access-funding.test.communities.gov.uk
SUBMIT_HOST: submit-monitoring-data.access-funding.test.communities.gov.uk
FIND_HOST: find-monitoring-data.access-funding.test.communities.gov.uk
AUTHENTICATOR_HOST: https://account.access-funding.${COPILOT_ENVIRONMENT_NAME}.communities.gov.uk
dev:
variables:
FIND_SERVICE_BASE_URL: https://find-monitoring-data.access-funding.dev.communities.gov.uk
SUBMIT_HOST: submit-monitoring-data.access-funding.dev.communities.gov.uk
FIND_HOST: find-monitoring-data.access-funding.dev.communities.gov.uk
AUTHENTICATOR_HOST: https://account.access-funding.${COPILOT_ENVIRONMENT_NAME}.communities.gov.uk

0 comments on commit 5270b93

Please sign in to comment.