exec-server: add Noise relay transport - #26242
Merged
Merged
Conversation
This was referenced Jun 3, 2026
viyatb-oai
force-pushed
the
codex/viyatb/noise-relay-wire
branch
from
June 3, 2026 20:45
ec4dff7 to
d06fd3c
Compare
viyatb-oai
force-pushed
the
codex/viyatb/noise-relay-state
branch
2 times, most recently
from
June 4, 2026 00:41
0d9f9a0 to
f7c6737
Compare
viyatb-oai
force-pushed
the
codex/viyatb/noise-relay-wire
branch
from
June 4, 2026 00:41
d06fd3c to
d293187
Compare
Co-authored-by: Codex noreply@openai.com
Co-authored-by: Codex noreply@openai.com
viyatb-oai
force-pushed
the
codex/viyatb/noise-relay-wire
branch
from
June 9, 2026 22:21
d293187 to
a7ef55a
Compare
viyatb-oai
force-pushed
the
codex/viyatb/noise-relay-state
branch
from
June 9, 2026 22:21
f7c6737 to
491c3a6
Compare
Co-authored-by: Codex noreply@openai.com
viyatb-oai
force-pushed
the
codex/viyatb/noise-relay-state
branch
from
June 9, 2026 23:20
491c3a6 to
2488836
Compare
viyatb-oai
force-pushed
the
codex/viyatb/noise-relay-wire
branch
from
June 9, 2026 23:20
a7ef55a to
657fe01
Compare
viyatb-oai
changed the base branch from
codex/viyatb/noise-relay-wire
to
codex/viyatb/noise-channel-foundation
June 10, 2026 09:04
Co-authored-by: Codex <noreply@openai.com>
viyatb-oai
force-pushed
the
codex/viyatb/noise-relay-state
branch
from
June 10, 2026 16:35
fa5ddce to
e9ec60c
Compare
Co-authored-by: Codex noreply@openai.com
viyatb-oai
force-pushed
the
codex/viyatb/noise-relay-state
branch
from
June 10, 2026 16:47
e9ec60c to
1c45005
Compare
Co-authored-by: Codex noreply@openai.com
viyatb-oai
force-pushed
the
codex/viyatb/noise-relay-state
branch
from
June 10, 2026 16:51
1c45005 to
592f3d2
Compare
Co-authored-by: Codex noreply@openai.com
Co-authored-by: Codex <noreply@openai.com>
viyatb-oai
force-pushed
the
codex/viyatb/noise-relay-state
branch
from
June 12, 2026 02:57
2dc2270 to
bbd64c3
Compare
viyatb-oai
changed the base branch from
codex/viyatb/noise-channel-foundation
to
main
June 12, 2026 02:57
Co-authored-by: Codex <noreply@openai.com>
Co-authored-by: Codex noreply@openai.com
Co-authored-by: Codex noreply@openai.com
Co-authored-by: Codex noreply@openai.com
…b/noise-relay-state
Co-authored-by: Codex noreply@openai.com
Co-authored-by: Codex noreply@openai.com
…b/noise-relay-state
Co-authored-by: Codex noreply@openai.com
…b/noise-relay-state # Conflicts: # codex-rs/exec-server/src/noise_channel.rs
Co-authored-by: Codex noreply@openai.com
Co-authored-by: Codex noreply@openai.com
Co-authored-by: Codex noreply@openai.com
Co-authored-by: Codex <noreply@openai.com>
viyatb-oai
marked this pull request as ready for review
June 12, 2026 17:43
Contributor
Author
|
@codex review |
Contributor
|
Codex Review: Didn't find any major issues. Bravo. Reviewed commit: ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
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". |
apanasenko-oai
approved these changes
Jun 15, 2026
Co-authored-by: Codex noreply@openai.com
Co-authored-by: Codex noreply@openai.com
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Why
Rendezvous forwards traffic between the orchestrator and exec-server. The endpoints need to authenticate each other and encrypt that traffic without trusting Rendezvous with plaintext or endpoint keys.
Changes
environment_id,executor_registration_id, andstream_id.Runtime activation is in openai/codex#26245.
Stack
Verification
just test -p codex-exec-serverjust fix -p codex-exec-serverjust bazel-lock-checkcargo shear