|
I built Vault-AI to solve a problem I kept running into when building AI apps:
API keys and secrets end up scattered in .env files, hardcoded, or shared insecurely. Vault-AI is a lightweight, self-hosted secrets manager — kind of like HashiCorp Vault,
but simplified and aimed at AI workloads. It runs in Docker, comes with a simple CLI,
and manages tenants, token-based auth, secret rotation, rollback, version history, and audit logs. Quickstart:
git clone → ./start.sh → vault-ai store/get Repo: https://gitlab.com/vaultaiproject/vault-ai.git Would love feedback from the HN community — what features are missing, and
what would make this useful in your own AI/ML pipelines? |