Skip to content

Commit

Permalink
Merge pull request #866 from communitiesuk/add-secret-key-tasks
Browse files Browse the repository at this point in the history
BAU: add SECRET_KEY to download report
  • Loading branch information
gidsg authored Dec 5, 2024
2 parents b9678db + 4783b4b commit d73b329
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions copilot/download-report/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,12 @@ variables: # Pass environment variables as key value pairs.

secrets: # Pass secrets from AWS Systems Manager (SSM) Parameter Store.
NOTIFY_API_KEY: /copilot/${COPILOT_APPLICATION_NAME}/${COPILOT_ENVIRONMENT_NAME}/secrets/POST_AWARD_NOTIFY_API_KEY
SECRET_KEY: /copilot/${COPILOT_APPLICATION_NAME}/${COPILOT_ENVIRONMENT_NAME}/secrets/POST_AWARD_SECRET_KEY

# Set email for production
environments:
prod:
secrets:
NOTIFY_API_KEY: /copilot/${COPILOT_APPLICATION_NAME}/${COPILOT_ENVIRONMENT_NAME}/secrets/POST_AWARD_NOTIFY_API_KEY
NOTIFY_SEND_EMAIL: /copilot/${COPILOT_APPLICATION_NAME}/${COPILOT_ENVIRONMENT_NAME}/secrets/POST_AWARD_NOTIFY_SEND_EMAIL
SECRET_KEY: /copilot/${COPILOT_APPLICATION_NAME}/${COPILOT_ENVIRONMENT_NAME}/secrets/POST_AWARD_SECRET_KEY

0 comments on commit d73b329

Please sign in to comment.