Sign inSign up

nnari/unseald

By nnari

•Updated almost 4 years ago

A simple HashiCorp Vault unsealer

Image
0

1.2K

nnari/unseald repository overview

⁠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

Tag summary

Content type

Image

Digest

sha256:545551d85…

Size

8.1 MB

Last updated

almost 4 years ago

docker pull nnari/unseald