Vault
2021
- Secure your Terraform deployment on AWS with Gitlab-CI and Vault (application side) Retrieve database secrets from HashiCorp Vault on the application side of a GitLab CI deployment, with Vault Agent and JWT authentication.
- Terraform on AWS with GitLab CI and Vault: Dynamic Credentials (Pipeline Side) Give a GitLab CI pipeline short-lived AWS credentials from HashiCorp Vault through JWT authentication, so no Terraform deployment holds a static key.
- How to reduce code dependency with Vault Agent Use Vault Agent to keep HashiCorp Vault out of your application code: auto-auth, templates and a cached token, with an AppRole example on Docker.