fix: disallow updating DB-stored secret when readonly vault is enabled#3106
fix: disallow updating DB-stored secret when readonly vault is enabled#3106
Conversation
|
Claude finished @brojd's task in 2m 17s —— View job PR Review: fix: disallow updating DB-stored secret when readonly vault is enabled
SummaryThis PR addresses the scenario where a readonly vault (BYOS/READONLY_VAULT) is enabled but existing catalog items still have DB-stored secrets (non-vault-reference secrets). The changes:
Overall this is a well-structured fix. The approach is sound: detect the conflict on the frontend, surface it clearly to the user, provide a one-click remediation, and block edits that would be invalid. Feedback1. Backend:
|
Playwright test results
Details
Failed testsapi › api/chat-settings.spec.ts › Chat API Keys Access Control › member should be able to read chat API keys Flaky testsapi › api/mcp-gateway.spec.ts › MCP Gateway - External MCP Server Tests › should list internal-dev-test-server tool Skipped testsapi › api/chat-settings.spec.ts › Chat API Keys Access Control › member should not be able to create chat API keys |
No description provided.