▲ | Show HN: Vault-AI – an open-source digital safe for AI secrets (v0.3.2) | |||||||||||||
1 points by vaultaiproject 7 hours ago | 3 comments | ||||||||||||||
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? | ||||||||||||||
▲ | jaredallard2 7 hours ago | parent [-] | |||||||||||||
Why would someone want to use this over Vault or the multitude of other secrets managers? | ||||||||||||||
|