You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In above code, we are using temporary secrets with too wide permission to do the s3 upload, we need use the correct ones :
AWS_SECRET
AWS_KEY_ID
AWS_KEY_ID_PROD (for prod env)
AWS_SECRET_PROD (for prod env)
treetracker-admin-client/.github/workflows/build_and_release.yaml
Lines 161 to 163 in 6f2c57f
In above code, we are using temporary secrets with too wide permission to do the s3 upload, we need use the correct ones :
AWS_SECRET
AWS_KEY_ID
AWS_KEY_ID_PROD (for prod env)
AWS_SECRET_PROD (for prod env)
The reason that we use temporary ones is because we need adjust the permission of these scretes above, check our terraform settings for this here:
https://github.com/Greenstand/treetracker-infrastructure/blob/fe6286893c467cc872afa5b7fbaf66d96107716e/aws_access/terraform/users.tf
In short, we need to replace the secrets with the name above, and make sure the github action is functional
The text was updated successfully, but these errors were encountered: