mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-05 17:28:31 +02:00
Send confirmation emails on application submission
This commit is contained in:
parent
3e46683d62
commit
884a58cf10
9 changed files with 594 additions and 216 deletions
|
@ -15,6 +15,8 @@ Where `credentials-<ENVIRONMENT>.json` looks like:
|
|||
{
|
||||
"DJANGO_SECRET_KEY": "EXAMPLE",
|
||||
"DJANGO_SECRET_LOGIN_KEY": "EXAMPLE",
|
||||
"AWS_ACCESS_KEY_ID": "EXAMPLE",
|
||||
"AWS_SECRET_ACCESS_KEY": "EXAMPLE",
|
||||
...
|
||||
}
|
||||
```
|
||||
|
@ -57,3 +59,9 @@ base64 private.pem
|
|||
```
|
||||
|
||||
You also need to upload the `public.crt` key if recently created to the login.gov identity sandbox: https://dashboard.int.identitysandbox.gov/
|
||||
|
||||
## AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY
|
||||
|
||||
To access the AWS Simple Email Service, we need credentials from the CISA AWS
|
||||
account for an IAM user who has limited access to only SES. Those credentials
|
||||
need to be specified in the environment.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue