Skip to content

fix(workflow): correct api-proxy IP address in smoke-codex.lock.yml#826

Merged
lpcox merged 2 commits intoclaude/enable-api-proxy-by-defaultfrom
claude/fix-github-actions-workflow-one-more-time
Feb 13, 2026
Merged

fix(workflow): correct api-proxy IP address in smoke-codex.lock.yml#826
lpcox merged 2 commits intoclaude/enable-api-proxy-by-defaultfrom
claude/fix-github-actions-workflow-one-more-time

Conversation

@Claude
Copy link
Contributor

@Claude Claude AI commented Feb 13, 2026

The workflow allowlist contained incorrect IP 172.30.0.1 instead of api-proxy's actual address 172.30.0.30, preventing agent communication with the sidecar on ports 10000 (OpenAI) and 10001 (Anthropic).

Changes

  • Line 1375: --allow-domains parameter: 172.30.0.1172.30.0.30
  • Line 1427: GH_AW_ALLOWED_DOMAINS environment variable: 172.30.0.1172.30.0.30

The ports (10000, 10001) were already correct - only the IP needed correction to match the documented api-proxy sidecar address at 172.30.0.30.

Fix typo in allowlist: 172.30.0.1 → 172.30.0.30
- Line 1375: --allow-domains now includes correct api-proxy IP
- Line 1427: GH_AW_ALLOWED_DOMAINS now includes correct api-proxy IP

This allows the agent container to properly communicate with the
api-proxy sidecar at 172.30.0.30 on ports 10000 (OpenAI) and 10001
(Anthropic) as documented in the codebase.

Co-authored-by: lpcox <15877973+lpcox@users.noreply.github.com>
@Claude Claude AI changed the title [WIP] Fix GitHub Actions workflow agent configuration fix(workflow): correct api-proxy IP address in smoke-codex.lock.yml Feb 13, 2026
@Claude Claude AI requested a review from lpcox February 13, 2026 09:08
@lpcox lpcox marked this pull request as ready for review February 13, 2026 09:08
Copilot AI review requested due to automatic review settings February 13, 2026 09:09
@lpcox lpcox merged commit 2e6ea38 into claude/enable-api-proxy-by-default Feb 13, 2026
@lpcox lpcox deleted the claude/fix-github-actions-workflow-one-more-time branch February 13, 2026 09:09
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR fixes the GitHub Actions Codex smoke-test workflow’s API proxy sidecar allowlist by correcting the internal sidecar IP from 172.30.0.1 (host gateway) to the documented api-proxy address 172.30.0.30, aligning the workflow with the api-proxy network topology used by AWF.

Changes:

  • Update the awf --allow-domains allowlist entry from 172.30.0.1 to 172.30.0.30.
  • Update the GH_AW_ALLOWED_DOMAINS environment variable from 172.30.0.1 to 172.30.0.30.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants