Add OpenBao to Docker Compose (turnkey setup) #357
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 2a - OpenBao Integration
Problem
All secrets (DB passwords, JWT keys, API tokens, encryption keys) are stored in .env files on disk. There is no centralized key management, no audit trail for secret access, and the master encryption key sits in an environment variable (the turtles all the way down problem).
Requirements
Implementation Notes
Files
Production Hardening (document, not implement)
Acceptance Criteria
Dependencies
Refs #346