You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: update api-proxy health check to allow OpenAI/Codex placeholder keys
The health check was blocking startup when OPENAI_API_KEY or CODEX_API_KEY
contained the placeholder value 'sk-placeholder-for-api-proxy', treating it
as a credential isolation failure.
Update the check to allow the known placeholder value while still rejecting
any real (non-placeholder) keys. This mirrors the Anthropic pattern where
ANTHROPIC_AUTH_TOKEN is allowed to hold its placeholder value.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
0 commit comments