Skip to content

mhmdksh/vault-secret-injector

Repository files navigation

vault-secret-injector

Setup

docker compose build --no-cache

Configure

## VAULT ENDPOINT
VAULT_ENDPOINT=http://127.0.0.1:8200
## Authentication Token
VAULT_TOKEN=your-vault-token
## Key Value Store Name
VAULT_KV_STORE=secret
## Absolute Path of the Secret
VAULT_SECRET_PATH=my-secret
## Target ENV file on the host machine
TARGET_HOST_FILE="./secrets.env"

Start

docker compose up -d --build

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published