worspace/secrets directory which is excluded from version control (see .gitignore). Its contents should be handled with the same security as passwords.
Production secrets are managed by AWS Secrets Manager.
Incase you’re missing the secrets dir, copy
workspace/example_secretsDevelopment Secrets
Apps running locally can read secrets using ayaml file, for example:
dev_resources.py
Production Secrets
AWS Secrets are used to manage production secrets, which are read by the production apps.
prd_resources.py