Skip to content

Commit 5a02f16

Browse files
ayshsanduclaude
andcommitted
Replace em dashes with parentheses in eastbound egress edit
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 3d30194 commit 5a02f16

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cells-as-the-containment-unit-for-gentic-systems.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ Applying ingress and egress policy per edge turns one undifferentiated perimeter
242242

243243
**Southbound egress** (calls outside the enterprise boundary, including hosted LLM inference) carries the fullest egress policy and filtering: endpoint allowlist, per-tool scopes, rate limits, timeouts, payload caps, intent-based authorization against the declared intent on the call, credential attachment at the gateway, DLP, and blocked destinations. Model traffic adds prompt-injection and jailbreak detection inbound, sensitive-data filtering outbound, model routing with failover, and per-model metering against the cell's quota.
244244

245-
**Eastbound egress** (calls to other internal cells) narrows the cell-internal identity to an on-behalf-of identity scoped to the destination, appends this cell to the actor chain, and applies per-destination quotas. It carries the same egress filtering as southbound DLP, outbound redaction, and disallowed-destination blocking so a confused deputy cannot carry tainted data to a peer cell.
245+
**Eastbound egress** (calls to other internal cells) narrows the cell-internal identity to an on-behalf-of identity scoped to the destination, appends this cell to the actor chain, and applies per-destination quotas. It carries the same egress filtering as southbound (DLP, outbound redaction, and disallowed-destination blocking), so a confused deputy cannot carry tainted data to a peer cell.
246246

247247
The pattern across all four edges is the zero trust pattern the section opened with: identity resolved at ingress, scope narrowed at egress, no crossing trusted for its origin, every crossing logged.
248248

0 commit comments

Comments
 (0)