Secrets Management for Developers
One thing that comes up frequently in security is how to deal with application
secrets. There are many methods for managing secrets, from hard coding into
source code to using a credential manager to environment variables.
In this post, I'll go through some Do's and Don&