Skip to content

fix(server): honor server.eip for proxied endpoint URLs#747

Merged
ninan-nn merged 1 commit intoalibaba:mainfrom
Pangjiping:hotfix/server/eip
Apr 20, 2026
Merged

fix(server): honor server.eip for proxied endpoint URLs#747
ninan-nn merged 1 commit intoalibaba:mainfrom
Pangjiping:hotfix/server/eip

Conversation

@Pangjiping
Copy link
Copy Markdown
Collaborator

Summary

Testing

  • Not run (explain why)
  • Unit tests
  • Integration tests
  • e2e / manual verification

Breaking Changes

  • None
  • Yes (describe impact and migration path)

Checklist

  • Linked Issue or clearly described motivation
  • Added/updated docs (if needed)
  • Added/updated tests (if needed)
  • Security impact considered
  • Backward compatibility considered

@Pangjiping Pangjiping added the bug Something isn't working label Apr 17, 2026
@Pangjiping Pangjiping requested a review from ninan-nn as a code owner April 17, 2026 13:26
Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 171da83759

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

Comment thread server/opensandbox_server/api/lifecycle.py
Use configured server.eip when use_server_proxy=true so external clients receive reachable proxy endpoints instead of internal base_url addresses; keep existing fallback behavior when eip is unset.

Made-with: Cursor
Copy link
Copy Markdown
Collaborator

@ninan-nn ninan-nn left a comment

Choose a reason for hiding this comment

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

LGTM

@ninan-nn ninan-nn merged commit 4f6e1d8 into alibaba:main Apr 20, 2026
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working component/server

Projects

None yet

Development

Successfully merging this pull request may close these issues.

fix: server.eip not used in proxy URL construction when use_server_proxy=True

2 participants