uBix Vault v0.2.0-beta.4
Pre-release
Pre-release
·
101 commits
to main
since this release
Fourth beta. Machine authentication and API hardening.
Added
- AppRole auth method — machine clients present a stable
role_id+ asecret_id(stored only as a hash) toPOST /v1/auth/approle/loginand get a token scoped to the role's policies. Vault-compatible/v1/auth/approle/*paths. - Rate limiting — optional per-client token-bucket throttling (
-rate-limit, chartrateLimit.*); health, metrics, and the console are exempt; over-limit →429+Retry-After. In-house, no new dependency.
Same posture as prior betas: minimal dependency graph (still essentially one third-party dep), strict CSP console, audited writes.
Pre-release. Not production-hardened; no external security review. For production, use HashiCorp Vault or OpenBao.
See CHANGELOG.md.