bank-vaults / vault-helm-chart

A Helm chart for installing Hashicorp Vault
Apache License 2.0
8 stars 3 forks source link

Vault Helm Chart

GitHub Workflow Status OpenSSF Scorecard OpenSSF Best Practices Artifact Hub

A Helm chart for installing Hashicorp Vault.

Development

For an optimal developer experience, it is recommended to install Nix and direnv.

Alternatively, install Go on your computer then run make deps to install the rest of the dependencies.

Make sure Docker is installed with Compose and Buildx.

Fetch required tools:

make deps

Run project dependencies:

make up

Run the test suite:

make test-acceptance

Run linters:

make lint # pass -j option to run them in parallel

Build artifacts locally:

make artifacts

Once you are done, you can tear down project dependencies:

make down

License

The project is licensed under the Apache 2.0 License.