Vault Init
Source code here
Run on any cloud ☁️
The PostgreSQL storage backend is used to persist Vault’s data in a PostgreSQL server or cluster. The PostgreSQL storage backend does not automatically create the table. This image solves that issue. Run as an init-container for Vault.
Testing⌗
Integration tests require docker-compose
. Currently only built on amd64 arch.
make test
Read other posts