Skip to content

Commit

Permalink
Address PR comments
Browse files Browse the repository at this point in the history
  • Loading branch information
rocketnova committed Jun 25, 2024
1 parent 3bc7c0e commit 0ca92ca
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
6 changes: 5 additions & 1 deletion app-rails/local.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,12 @@ AWS_ACCESS_KEY_ID=<FILL ME IN>
AWS_SECRET_ACCESS_KEY=<FILL ME IN>
AWS_DEFAULT_REGION=<FILL ME IN>

############################
# File storage
############################

# Uncomment and fill in an AWS S3 bucket name to use S3 for file storage
# AWS_BUCKET_NAME=<FILL ME IN>
# BUCKET_NAME=<FILL ME IN>

############################
# Auth
Expand Down
6 changes: 3 additions & 3 deletions docs/app-rails/technical-foundation.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@ To preview email views in the browser, visit: `/rails/mailers`

To test AWS SES email sending locally:

1. Set the "AWS services" env var in your `.env` file
1. Set the `SES_EMAIL` env var to a verified sending identity
1. Restart the server
1. Set the "AWS services" environment variables in your `.env` file.
1. Add an `SES_EMAIL` environment variable to a verified sending identity.
1. Restart the server.

### 🎭 Authentication

Expand Down
5 changes: 5 additions & 0 deletions template-only-docs/Deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,8 @@ While following the [infrastructure template installation instructions](https://
}
```
1. Follow the infrastructure template instructions to configure [custom domains](https://github.com/navapbc/template-infra/blob/main/docs/infra/set-up-custom-domains.md) and [https support](https://github.com/navapbc/template-infra/blob/main/docs/infra/https-support.md).
## Deploying using another method
- AWS Cognito requires a lot of configuration to work correctly. See the Nava Platform infrastructure template for example configuration.
- If you are deploying using AWS ECS, but don't want to use the Platform infrastructure template, pass in environment variables and secrets using the ECS task definition. Use the `environment` key for environment variables and the `secrets` key with `valueFrom` for secrets.

0 comments on commit 0ca92ca

Please sign in to comment.