feat(sandbox): UNIX domain socket bridge for supervisor RPC #19

Open
opened 2026-09-09 10:15:32 +00:00 by larandar · 0 comments
Owner

Proposal

Bridge supervisor RPC through a mounted UNIX socket in network-isolated sandboxes.

Design

Bind-mount the secured supervisor socket at /run/wf.sock and implement framed request/response RPC.

Tasks

  • Create and secure socket; add mount; implement framing and errors.

Gherkin Specification Delta

must.contracts.ting-workflows.deliverable-19

Scenario: Deliverable behavior

  • GIVEN the stated prerequisites and inputs
  • WHEN the feature is exercised
  • THEN --unshare-net, when the workflow requests RPC on /run/wf.sock, then supervisor answers without network.
## Proposal Bridge supervisor RPC through a mounted UNIX socket in network-isolated sandboxes. ## Design Bind-mount the secured supervisor socket at /run/wf.sock and implement framed request/response RPC. ## Tasks - Create and secure socket; add mount; implement framing and errors. ## Gherkin Specification Delta ### must.contracts.ting-workflows.deliverable-19 **Scenario: Deliverable behavior** - **GIVEN** the stated prerequisites and inputs - **WHEN** the feature is exercised - **THEN** --unshare-net, when the workflow requests RPC on /run/wf.sock, then supervisor answers without network.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Reference
Ting/workflows#19
No description provided.