Guide for enabling man-in-the-middle (MITM) interception for Actor Egress policy - #1226
Merged
Max Thompson (thompsonmax) merged 1 commit intoSep 2, 2026
Conversation
Bowei Du (bowei)
left a comment
Collaborator
There was a problem hiding this comment.
Small comments. There are some TODOs potentially, but outside of the scope of this doc change.
haiyanmeng
force-pushed
the
guide-sdsmint
branch
from
September 1, 2026 13:42
2773969 to
2738920
Compare
haiyanmeng
commented
Sep 1, 2026
haiyanmeng
force-pushed
the
guide-sdsmint
branch
from
September 1, 2026 13:55
2738920 to
ce8ad6d
Compare
Collaborator
|
Seems like we need replies from Max. Doc looks ok overall otherwise. |
Collaborator
|
(LGTM from me, don't block on my review) |
Max Thompson (thompsonmax)
left a comment
Collaborator
There was a problem hiding this comment.
LGTM with a few nits
…ress polic An sdsmint egress gateway terminates every TLS connection an actor opens and re-originates it, so what the actor validates is a per-SNI leaf the gateway minted rather than the origin's certificate. That leaf chains to the gateway CA and to no public root, so an actor left on its default trust store fails every HTTPS request it makes.
haiyanmeng
force-pushed
the
guide-sdsmint
branch
from
September 2, 2026 20:53
ce8ad6d to
846cfaa
Compare
Max Thompson (thompsonmax)
approved these changes
Sep 2, 2026
Max Thompson (thompsonmax)
merged commit Sep 2, 2026
539a17b
into
agent-substrate:main
9 checks passed
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
An sdsmint egress gateway terminates every TLS connection an actor opens and re-originates it, so what the actor validates is a per-SNI leaf the gateway minted rather than the origin's certificate. That leaf chains to the gateway CA and to no public root, so an actor left on its default trust store fails every HTTPS request it makes.
Fixes #1005