Bootstrapping kubernetes auth method
Important Note: This chart is not compatible with Helm 2. Please use Helm 3.6+ with this chart.
In this example, we will walk through how to set up the Kubernetes Auth Method.
This assumes the following commands will be run inside a Vault pod running in Kubernetes.
Exec into the Vault pod:
If you didn't set server.dev.enabled=true
, you'll need to log in to Vault first using vault login
.
Then run the following commands to configure the Kubernetes Auth Method:
From here you can continue to configure Vault from the Kubernetes Auth Method documentation.