Create Kubernetes role vault

Bind a k8s ServiceAccount to a Vault policy

vault write auth/kubernetes/role/my-role bound_service_account_names=<sa> bound_service_account_namespaces=<ns> policies=<policy> ttl=1h
more vault all 31 commands →