Removing the need to have secrets.env file
Description
We should remove secrets.env file from the boilerplate code. I believe, recently some work has been done to pull secrets directly from 1Password for local development where we need to use real secrets for access to external services, we could feed this work back into the boilerplate.
Further details
Use 1Password to feed secrets directly into the local environment to avoid accidentally getting those secrets committed to the repo.
Task list
- Remove secrets.env file from boilerplate
- Use the existing work done to pull secrets from 1Password and add to the boilerplate code so local environment will get this credentials
Acceptance criteria
- secrets.env file is removed from the boilerplate code
- 1Password is configured to supply credentials to the local environment