Feb 11 · 6 min read · For any application, securely storing credentials such as passwords and API keys is critical. Kubernetes provides an inbuilt resource called Secrets, which can be injected into pods as environment variables. However, these secrets are only Base64-enc...
Join discussionFeb 10 · 19 min read · This post follows on from the introduction post in combatting the OWASP 2026 Top 10 for Agentic AI with HashiCorp. Vault 101 HashiCorp Vault centralises the storage, access, and distribution of sensitive data, including API keys, database credentials...
Join discussion
Jan 29 · 3 min read · Part 1 of the "Let's Hashify" Series The Day I Found a Security Hole in Our Vault Setup The "Oh Shit" Moment I was writing a Python script to inventory service accounts across our 50+ Vault namespaces when something caught my eye. Teams were creating...
Join discussionJan 14 · 9 min read · Summary for decision-makers Vault Enterprise bills by client identity, not by token count Entity-backed authentication (LDAP, OIDC, userpass, AppRole with aliases) produces stable, predictable billing Non-entity tokens (direct token creation, orphan...
Join discussionDec 31, 2025 · 15 min read · Hashicorp Vault: HashiCorp Vault is an open-source tool designed for securely managing secrets and protecting sensitive data in dynamic infrastructure. It is widely used in DevOps and cloud-native environments. Common Use Cases: Use CaseDescrip...
Join discussion
Dec 26, 2025 · 8 min read · In many development environments, there's a necessary security rule: developers cannot SSH into production or development servers. This is a sound practice, but it creates a challenge. How can developers safely and easily modify environment variables...
Join discussion
Nov 16, 2025 · 3 min read · Managing sensitive credentials like API keys across multiple GitHub repositories is challenging. It leads to duplicate secrets, a lack of versioning, and potential inconsistencies between environments. The solution is to use HashiCorp Vault Secrets o...
Join discussion
Oct 7, 2025 · 5 min read · Terraform and Ansible made a great team in our last post. Now let's see how Ansible pairs with HashiCorp Vault to keep your secrets under lock and key. If you've ever worried about tokens or passwords leaking in your playbooks, this PoC shows a clean...
Join discussion
Sep 16, 2025 · 29 min read · Previous Articles in the Series Bridging the Gap: GitOps for Network Engineers - Part 1 (Deploying ArgoCD) Bridging the Gap: GitOps for Network Engineers - Part 2 (Deploying Critical Infrastructure with ArgoCD) Intro Here we go! Time to deploy someth...
Join discussion