Encrypt LLM provider API keys in database #359
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 5a - LLM Provider API Key Encryption
Problem
LlmProviderInstance.config is a JSON field that contains apiKey in plaintext. If the database is compromised, all LLM provider API keys (OpenAI, Claude, etc.) are exposed.
Requirements
Implementation Notes
Files
Acceptance Criteria
Dependencies
Refs #346