harmony/examples/openbao
2025-09-30 11:18:08 -04:00
..
src feat: Remove unused helm command, refactor url to use hurl in some more places 2025-09-30 11:18:08 -04:00
Cargo.toml feat: Add openbao example, open-source fork of vault 2025-09-24 21:54:32 -04:00
README.md feat: Add openbao example, open-source fork of vault 2025-09-24 21:54:32 -04:00

To install an openbao instance with harmony simply cargo run -p example-openbao .

Depending on your environement configuration, it will either install a k3d cluster locally and deploy on it, or install to a remote cluster.

Then follow the openbao documentation to initialize and unseal, this will make openbao usable.

https://openbao.org/docs/platform/k8s/helm/run/