AWS GitOps secrets management with SOPS, Helm-secrets and ArgoCD Introduction There are currently no standards on how to manage secrets like credentials, api keys or other sensitive information using a GitOps deployment workflow. So this post will discuss about why we needed to switch from our previous solution to a GitOps approach and the main security issue that we
AWS Easy AWS ACM DNS Validation with Terraform Perform AWS ACM DNS validation in Terraform without having to start using loops in your IaaC.
Terraform Understanding Terraform Workspaces Terraform has currently two versions of workspaces, one bundled with the Terraform Enterprise edition, and the other one comes with the community edition. In this post, we will discuss the latter.