Skip to content

tatupesonen/unseald

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

unseald

A simple program that checks a HashiCorp Vault status and supplies a key portion if sealed.

Usage

On Docker:

docker run -e KEY=1234 -e VAULT_ADDR=http://localhost:8200 nnari/unseald

Config options

unseald looks at the following environment variables:

  • KEY - The key to unseal with. If you want to provide multiple unseal keys, you can separate them with commas.
  • VAULT_ADDR - Vault address. Also to target multiple Vaults, you can separate with commas.
  • INTERVAL - Defaults to 5, how often to check /v1/sys/health