Skip to content

Vault Secret Fetching Service as a Docker Container

Notifications You must be signed in to change notification settings

Giveth/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

Vault Secret Fetching Service as a Docker Container

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • JavaScript 92.4%
  • Dockerfile 7.6%