Create VaultService NestJS module for OpenBao Transit #353
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Phase 2b - OpenBao Integration
Problem
The codebase needs a NestJS service that wraps OpenBao Transit API for encrypt/decrypt operations, with graceful fallback to the existing AES-256-GCM CryptoService when OpenBao is unavailable (local dev, CI).
Requirements
Implementation Notes
Files
Acceptance Criteria
Dependencies
Refs #346