mirror of
https://github.com/Hestia-Homes/assessment-model.git
synced 2026-06-30 12:55:02 +00:00
trigger redeploy
This commit is contained in:
parent
e35f70b3c8
commit
3333e83139
1 changed files with 2 additions and 0 deletions
|
|
@ -119,3 +119,5 @@ In our terraform stack, we have a module called `s3_presignable_bucket` which co
|
|||
|
||||
We will generate a pre-signed url and then make a post request to that endpoint to store that data to s3. Part of that process is the creation of an AWS IAM role which contains
|
||||
the permission set to access the bucket, `rerofit-plan-inputs-<stage>`. The name of this IAM role is `s3_presign_role_<stage>` and for our NextJS application, as it's hosted outside of AWS (for the moment), we need to generate a set of access credentials to give the application access to this bucket. The access key and secret key are automatically generated and stored in AWS secrets manager under `dev/presign_frontend/access_key` and `dev/presign_frontend/secret_key` and need to be set in the environment for the pre-sign api to store csv data to aws.
|
||||
|
||||
# Due Considerations
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue