Vault is a HashiCorp product that allows secure secrets management. Vault will store and encrypt secrets for your applications such as passwords and SSL certificates. When Vault is first started, it is in a sealed state. In the sealed state,…
While Terraform is great solution for creating resources, you need a way to monitor these resources and ensure that they are created according to the standards of our organization. This is where policy enforcement with Sentinel can help.
Chef is a configuration management tool that promotes the idea of infrastructure as code. This means that we can define the desired state of a system and automatically roll out changes to multiple servers at once. Chef can be used…