RAGE #52: carry delegated principal through live WebSocket dispatch #53
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
priority:P1
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
nsaspy/quasar!53
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "rage/52-live-websocket-principal-provenance"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
TDD-first follow-up to #50/#51. The live WebSocket handler currently drops the authenticated session principal/authority kind when it calls
submit-command, so direct principal-isolation tests are not sufficient proof for real delegated clients.This initial head is tests-only. It requires:
:delegated-userserver-side authority;SUBMIT-CONNECTION-COMMANDtransport seam carries only server-registered connection identity into the control-plane actor path;Expected state: RED until production WebSocket dispatch propagates trusted connection authority. No gateway enablement should consume this branch before observed RED, minimum realization, and exact-head green CI.