vault-mgmt

Crates.iovault-mgmt
lib.rsvault-mgmt
version0.1.2
sourcesrc
created_at2023-06-11 17:04:14.23341
updated_at2023-06-11 17:04:14.23341
descriptionManage your vault installation in Kubernetes (upgrades, unseal, step-down, ...).
homepagehttps://github.com/nimbolus/vault-mgmt
repositoryhttps://github.com/nimbolus/vault-mgmt
max_upload_size
id887489
size264,854
Tobias Krischer (tobikris)

documentation

README

vault-mgmt

Requirements

Features

  • Unseal a Vault Pod.
    • Either supply a command that returns the unseal keys
    • or let the program retrieve the keys from a Vault secret.
  • Step-down the active Pod.
  • Upgrade a single Pod.
  • Upgrade the full cluster without downtime.

Testing

Unit tests can be run normally by cargo: cargo test.

Ent-to-end tests require a Kubernetes cluster and will install, upgrade and uninstall (except on failure) several deployments of a Vault cluster in the current kubecontext (namespace is set by environment variable VAULT_MGMT_E2E_NAMESPACE, defaulting to vault-mgmt-e2e). The Pods are using emptyDir as storage and should not consume a PV. The storage is not part of the tests, only the clustering and active/standby transitions. You can run those tests by calling cargo test --ignored with a working kubeconfig and existing namespace.

Commit count: 19

cargo fmt