1
0
Fork 0
mirror of https://github.com/Luzifer/vault-unseal.git synced 2024-10-18 08:04:20 +00:00
This small utility is a helper to automatically unlock a Vault instance
Find a file
2016-03-31 16:08:08 +02:00
Godeps Vendored dependencies 2016-03-31 16:01:21 +02:00
vendor Vendored dependencies 2016-03-31 16:01:21 +02:00
.gitignore Initial version of vault-unseal tool 2015-08-12 16:44:48 +02:00
History.md Prepared release 0.1.1 2016-03-31 16:02:40 +02:00
LICENSE Added documentation 2015-08-12 16:55:24 +02:00
main.go Use a HTTP client with explicit timeout 2016-03-31 16:08:08 +02:00
README.md Disabled onshot by default 2015-08-12 16:57:01 +02:00
structs.go Initial version of vault-unseal tool 2015-08-12 16:44:48 +02:00

Jimdo / vault-unseal

License: Apache v2.0

This small utility is a helper to automatically unlock a Vault instance by having an amount of servers having access to one or multiple tokens.

Features

  • Provide one or multiple tokens for the unseal command
  • vault-unseal does check whether the vault instance is locked and tries to unlock if it is locked

Usage

# ./vault-unseal --help
Usage of ./vault-unseal:
      --instance="http://127.0.0.1:8200": Vault instance to unlock
  -1, --oneshot[=false]: Only try once and exit after
      --sleep=30: How long to wait between sealed-state checks
      --tokens="": Tokens to try for unsealing the vault instance