Do not use secrets in environment variables
nodejs-security.com
Do not use secrets in environment variables
1–10 of 96 posts
Re: Do not use secrets in environment variables
#2Re: Do not use secrets in environment variables
#3Re: Do not use secrets in environment variables
#4I actually liked this article. A great explainer in why environment variables are a terrible idea. Nike actually open-sourced their Keystore solution if anyone is curious. It was called cerberus.
Re: Do not use secrets in environment variables
#5I actually liked this article. A great explainer in why environment variables are a terrible idea. Nike actually open-sourced their Keystore solution if anyone is curious. It was called cerberus.
TIL Nike (the shoe company) has a surprisingly intense OSS presence. https://github.com/orgs/Nike-Inc/repositories
Didn't expect that from Nike.
Re: Do not use secrets in environment variables
#6I actually liked this article. A great explainer in why environment variables are a terrible idea. Nike actually open-sourced their Keystore solution if anyone is curious. It was called cerberus.
TIL Nike (the shoe company) has a surprisingly intense OSS presence. https://github.com/orgs/Nike-Inc/repositories
as opposed to Nike, the Ancient Greek goddess of Victory, who contributes essentially nothing back to the OSS community
Re: Do not use secrets in environment variables
#7 $ curl http://your-website.com/public/../../../../proc/12345/environ
If your server is serving up your whole filesystem, you likely have a lot of big problems.Re: Do not use secrets in environment variables
#8I don’t think this is true. You’d rotate all secrets in the store, as they could be accessed/compromised.
Re: Do not use secrets in environment variables
#9this is mostly about not using .env files
Re: Do not use secrets in environment variables
#10this is mostly about not using .env files