/vault-operator

Kubernetes operator for Hashicorp Vault

Primary LanguageGoApache License 2.0Apache-2.0

Vault Operator

GitHub Workflow Status OpenSSF Scorecard

Kubernetes operator for Hashicorp Vault.

Documentation

The official documentation for the operator is available at https://bank-vaults.dev.

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.

Run project dependencies:

make up

Run the operator:

make run

Run the test suite:

make test
make test-acceptance

Run the linter:

make lint

Some linter violations can automatically be fixed:

make fmt

Build artifacts locally:

make artifacts

Once you are done either stop or tear down dependencies:

make stop

# OR

make down

License

The project is licensed under the Apache 2.0 License.