Tracking issue from closed PR #828.
Codex was failing with error sending request for url (http://172.30.0.30:10000/responses) because the workflow configured base URLs pointing to api-proxy but never started the container.
Changes needed
- Add
--enable-api-proxy flag to awf command in Run Codex step
- Remove manual
OPENAI_BASE_URL/ANTHROPIC_BASE_URL env vars (AWF sets these automatically)
- Add
OPENAI_API_KEY to env block (required for api-proxy auto-detection)
- Remove
172.30.0.30 from allowed domains list (internal routing)
Original PR: #828
Tracking issue from closed PR #828.
Codex was failing with
error sending request for url (http://172.30.0.30:10000/responses)because the workflow configured base URLs pointing to api-proxy but never started the container.Changes needed
--enable-api-proxyflag toawfcommand in Run Codex stepOPENAI_BASE_URL/ANTHROPIC_BASE_URLenv vars (AWF sets these automatically)OPENAI_API_KEYto env block (required for api-proxy auto-detection)172.30.0.30from allowed domains list (internal routing)Original PR: #828