Isolate Apptainer networking through a validated model broker - #227
Merged
Merged
Conversation
merlerm
added this pull request to stack #232
September 19, 2026 14:53
merlerm
marked this pull request as ready for review
September 19, 2026 14:54
Collaborator
Author
|
(this is for a new apptainer setup that is actually isolated) |
merlerm
force-pushed
the
pr/validated-model-broker
branch
from
September 19, 2026 15:22
ea3b2a1 to
b6c9c9a
Compare
merlerm
removed this pull request from stack #232
September 19, 2026 15:30
merlerm
force-pushed
the
pr/validated-model-broker
branch
from
September 19, 2026 15:31
b6c9c9a to
df453b9
Compare
merlerm
added this pull request to stack #233
September 19, 2026 15:31
tomsilver
approved these changes
Sep 19, 2026
tomsilver
left a comment
Owner
There was a problem hiding this comment.
but did you see https://x.com/firesidealpha/status/2100641742135701983
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.
Apptainer agents previously shared host networking. Launch them in a disconnected network namespace and expose only fixed environment-server relays and a host-owned inference broker. Credentials remain on the host; the broker validates model requests and rejects web tools, remote content, and arbitrary destinations. Unsupported isolation fails before agent execution.
This combines the broker and Apptainer runner changes so the API and all callers land together. Docker retains its existing network/authentication path. Portable setup and boundary documentation replaces deployment-specific audit notes.
Validated with broker rejection/streaming tests, relay and runner tests, backend configuration tests, and deterministic Apptainer network controls. Host-side scoring remains a separate boundary.