Skip to main content

Vault

HashiCorp Vault.

helm repo add hashicorp https://helm.releases.hashicorp.com
helm repo update
plane up datalayer-vault

Check the Vault deployment.

kubectl get all -n datalayer-vault

Connect to the Vault User Interface on http://localhost:8200.

# open http://localhost:8200
plane pf-vault

Connect to the vault pod and run the following command to activate the keyvalue v2.

export VAULT_TOKEN=...
vault secrets enable -version=2 -path kv kv
# Success! Enabled the kv secrets engine at: kv/