Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/telkomindonesia/vector-vault-unseal
- Owner: TelkomIndonesia
- Created: 2024-02-28T03:58:41.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-02-28T06:50:17.000Z (10 months ago)
- Last Synced: 2024-02-28T07:39:06.398Z (10 months ago)
- Language: Dockerfile
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```