Skip to main content

HashiCorp Vault

What You Will Learn

  • How HashiCorp Vault works
  • How to store and retrieve secrets

This page is a placeholder. Full content will be written after tone/depth review of priority chapters.

Planned Content

  • Vault at penguin.spynl.net:8200
  • Authentication with VAULT_TOKEN
  • Secret paths: secret//
  • vault kv put / vault kv get commands
  • PKI engines for TLS certificates and when to create new secret paths

Key Takeaways

  • Vault is the preferred way to manage secrets at Junovy
  • Secrets are organized by tenant and app

What Is Next

Next up: External Secrets Operator where you will learn how to bridge Vault and Kubernetes.