Switch to per-app secrets from internal APIs

Relates to: [1]

[1]: https://github.com/alphagov/notifications-credentials/pull/231
This commit is contained in:
Ben Thorner
2021-08-05 17:24:56 +01:00
parent 5a1636e41f
commit e1dec3f9b8
2 changed files with 4 additions and 7 deletions

View File

@@ -113,7 +113,7 @@ applications:
# Credentials variables
ADMIN_BASE_URL: '{{ ADMIN_BASE_URL }}'
API_INTERNAL_SECRETS: '{{ API_INTERNAL_SECRETS | tojson }}'
INTERNAL_CLIENT_API_KEYS: '{{ INTERNAL_CLIENT_API_KEYS | tojson }}'
API_HOST_NAME: '{{ API_HOST_NAME }}'
DANGEROUS_SALT: '{{ DANGEROUS_SALT }}'
SECRET_KEY: '{{ SECRET_KEY }}'