Skip to content

kirilvasilev/vault-operator

 
 

Repository files navigation

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 linters:

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

Some linter violations can automatically be fixed:

make fmt

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.

About

Kubernetes operator for Hashicorp Vault

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Go 84.1%
  • Shell 6.1%
  • Makefile 5.6%
  • Nix 2.3%
  • Mustache 1.4%
  • Dockerfile 0.5%