Skip to content

Tag: vault-pki

All the articles with the tag "vault-pki".

HashiCorp Vault: Stop Hardcoding Secrets Like It's 2012

HashiCorp Vault: Stop Hardcoding Secrets Like It's 2012

AWS_SECRET_KEY=supersecretpassword123 committed to a public GitHub repo. We've all seen it. Vault is the tool that makes hardcoded secrets unnecessary, KV storage, dynamic credentials, PKI, and AppRole auth, all accessible via API. Here's how to actually run it.