Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 284 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 284 Bytes

Vector Vault Unseal

A simple service to regularly check vault seal status and unseal using supplied key.

Run

docker run \
    -e VAULT_ADDR=https://vault.example.com \
    -e VAULT_UNSEAL_KEY=one-of-the-shamir-key \
    ghcr.io/telkomindonesia/vector-vault-unseal