Vault – File storage as secret.
There are several reasons to store certain types of files such as secrets, certificates, private keys, etc. But without exaggerating, Vault is not a file store. One of the simplest…
There are several reasons to store certain types of files such as secrets, certificates, private keys, etc. But without exaggerating, Vault is not a file store. One of the simplest…
In this post, I want to leave here an example of how to get a secret from Hashicorp Vault, from an Ansible playbook. The example is very simple, I will…
Hello, in this post I want to show a code snippet to integrate Terraform with Vault, actually connect to Vault and get credentials. In this example, for authentication in Vault,…
These days I needed to update my GitLab which was already many versions behind. In this post I will quickly show that updating is not just an upgrade button. At…