Skip to content

Commit

Permalink
Link why they're icky
Browse files Browse the repository at this point in the history
  • Loading branch information
hynek committed Jun 7, 2023
1 parent 34d9b6d commit 6ac143e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ AppConfig(env='dev', lang='C', db=AppConfig.DB(name='default_db', host='localhos

- [HashiCorp Vault](https://www.vaultproject.io) support via [*envconsul*](https://github.com/hashicorp/envconsul).
- [AWS Secrets Manager](https://aws.amazon.com/secrets-manager/) (needs [*boto3*](https://pypi.org/project/boto3/))
- INI files, because secrets in env variables are icky.
- INI files, because secrets in env variables are [icky](https://blog.diogomonica.com//2017/03/27/why-you-shouldnt-use-env-variables-for-secret-data/).

- Helpful debug logging that will tell you which variables are present and what *environ-config* is looking for.

Expand Down

0 comments on commit 6ac143e

Please sign in to comment.