You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Assignment is an administrator-only corral vdi assign <pool> <user> command. There is no authenticated end-user claim/release contract or broker process.
Desired behavior
Define the Phase 2 broker placement and expose a small authenticated API that turns the caller's trusted Corral identity into atomic claim, start, inspect, and explicit-release operations.
Acceptance criteria
Record the broker placement decision (plugin process versus existing peer/gateway seam) and keep optional VDI policy out of Corral core.
Claim identity comes from the existing trusted ingress/OIDC identity contract; callers cannot claim or release as an arbitrary user.
Part of #69.
Depends on #226.
Current behavior
Assignment is an administrator-only
corral vdi assign <pool> <user>command. There is no authenticated end-user claim/release contract or broker process.Desired behavior
Define the Phase 2 broker placement and expose a small authenticated API that turns the caller's trusted Corral identity into atomic claim, start, inspect, and explicit-release operations.
Acceptance criteria
Out of scope
Session disconnect reclaim, protocol selection/UI, and CT-backed pools are separate children of #69.