Installation

Docker installation

Pull & run the container

docker run ruddickmg/vault-kms-provider:latest

Install via Helm

Add the helm repository

helm repo add vault-kms-provider https://vault-kms-provider.io 

Install the chart

helm install vault-kms-provider

Install from source

Note

Vault KMS Provider requires rust for compilation. See rust documentation for installation instructions.

Clone the repository

git clone https://github.com/Ruddickmg/vault-kms-provider.git

Run the application

cargo run --manifest-path vault-kms-provider