The HashiCorp Vault secrets manager is a secrets manager flavor provided with the ZenMLDocumentation Index
Fetch the complete documentation index at: https://zenml.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
vault integration that uses HashiCorp Vault to store secrets.
When to use it
You should use the HashiCorp Vault secrets manager if:- a component of your stack requires a secret for authentication, or you want to use secrets inside your steps.
- you’re already using HashiCorp Vault to store your secrets or want a self-hosted secrets solution.
How to deploy it
To get started with this secrets manager, you need to either: Once you decided and finished setting up one of the two solutions, you need to enable the KV Secrets Engine - Version 2.How to use it
To use the Vault secrets manager, we need:- The ZenML
vaultintegration installed. If you haven’t done so, run
- The Vault server URL and KV Secrets Engine v2 endpoint.
- A client token to authenticate with the Vault server. Follow this tutorial to generate one.