{{ message }}
exec-server: add Noise relay transport#26242
Merged
Merged
Conversation
This was referenced Jun 3, 2026
ec4dff7 to
d06fd3c
Compare
0d9f9a0 to
f7c6737
Compare
d06fd3c to
d293187
Compare
Co-authored-by: Codex noreply@openai.com
Co-authored-by: Codex noreply@openai.com
d293187 to
a7ef55a
Compare
f7c6737 to
491c3a6
Compare
Co-authored-by: Codex noreply@openai.com
491c3a6 to
2488836
Compare
a7ef55a to
657fe01
Compare
Co-authored-by: Codex <noreply@openai.com>
fa5ddce to
e9ec60c
Compare
Co-authored-by: Codex noreply@openai.com
e9ec60c to
1c45005
Compare
Co-authored-by: Codex noreply@openai.com
1c45005 to
592f3d2
Compare
Co-authored-by: Codex noreply@openai.com
Co-authored-by: Codex <noreply@openai.com>
2dc2270 to
bbd64c3
Compare
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>
Collaborator
Author
Contributor
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