Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/telkomindonesia/vector-vault-unseal

simple use of vector to periodically check vault's seal status and auto unseal when sealed
https://github.com/telkomindonesia/vector-vault-unseal

Last synced: about 1 month ago
JSON representation

simple use of vector to periodically check vault's seal status and auto unseal when sealed

Awesome Lists containing this project

README

        

# Vector Vault Unseal

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

## Run

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