Skip to content

fix(ci): enable api-proxy for codex workflow #834

Description

@Mossaka

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions