Skip to content

feat(exec-server): add Noise rendezvous environment#28774

Merged
apanasenko-oai merged 2 commits into
mainfrom
codex/feat-noise-rendezvous-environment
Jun 18, 2026
Merged

feat(exec-server): add Noise rendezvous environment#28774
apanasenko-oai merged 2 commits into
mainfrom
codex/feat-noise-rendezvous-environment

Conversation

@apanasenko-oai

@apanasenko-oai apanasenko-oai commented Jun 17, 2026

Copy link
Copy Markdown
Contributor

Why

Codex can run a remote exec server through the Noise relay, but the normal
environment-manager path could not establish an environment-registry-backed
harness connection. Signed rendezvous URLs and harness authorizations are
short-lived, so reconnects must fetch a fresh bundle instead of retaining
stale connection credentials. A stalled registry request must also fail within
the regular remote connection deadline, without exposing these credentials in
debug logs.

Issue: N/A (internal environment-service integration).

What Changed

  • Add environment-manager configuration for a registry-backed Noise rendezvous
    environment.
  • Request a fresh bundle from
    /cloud/environment/{environment_id}/connect for every physical harness
    connection, using the existing 10-second remote connection timeout.
  • Share the Environment Registry register, connect, and validate wire payloads
    through codex-exec-server and codex-core-api.
  • Redact the signed rendezvous URL and harness authorization from the public
    connect response's Debug output.
  • Add focused coverage for registry bundle retrieval, stalled requests, and
    credential redaction.

@apanasenko-oai
apanasenko-oai marked this pull request as ready for review June 17, 2026 18:59

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

Copy link
Copy Markdown
Contributor

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: 79d74a814e

ℹ️ About Codex in GitHub

Your team has set up Codex to 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 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread codex-rs/exec-server/Cargo.toml
@apanasenko-oai
apanasenko-oai force-pushed the codex/feat-noise-rendezvous-environment branch from 6b345d2 to a4d7f37 Compare June 17, 2026 19:17

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

Copy link
Copy Markdown
Contributor

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: a3cabe9360

ℹ️ About Codex in GitHub

Your team has set up Codex to 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 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread codex-rs/exec-server/src/client_api.rs Outdated
Comment thread codex-rs/exec-server/src/remote.rs

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

Copy link
Copy Markdown
Contributor

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: fa041fad2f

ℹ️ About Codex in GitHub

Your team has set up Codex to 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 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread codex-rs/exec-server/src/client_api.rs Outdated
@apanasenko-oai
apanasenko-oai force-pushed the codex/feat-noise-rendezvous-environment branch from fa041fa to e60f1d4 Compare June 17, 2026 20:32
@apanasenko-oai

Copy link
Copy Markdown
Contributor Author

[from Codex]: Addressed the registry-connect review feedback in aed3990: the public connect response now redacts signed credentials in Debug output, and /connect uses the existing 10-second remote connection timeout with stalled-response coverage. just test -p codex-exec-server passes (261 tests). CI is still running on this SHA.

@apanasenko-oai
apanasenko-oai merged commit c274a83 into main Jun 18, 2026
31 checks passed
@apanasenko-oai
apanasenko-oai deleted the codex/feat-noise-rendezvous-environment branch June 18, 2026 00:20
@github-actions github-actions Bot locked and limited conversation to collaborators Jun 18, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants