Configure EC2 the Cloud-Native Way Using AWS Parameter Store

The Twelve-Factor App, a commonly used set of guidelines for building cloud-native applications, requires an application to exhibit “strict separation of config from code“. A key takeaway from this guideline is that you should not configure credentials to data sources …

Read More

Lightweight Secrets Management Tools for Git Encryption

There are a lot of great open source tools out there for storing secrets in Git. Depending on your use cases, some will be better for you and your organization than others. In this post we’ll see how some of the most popular open source … “Lightweight Secrets Management Tools for Git Encryption”

Read More