feat(positions): add flexible shared-terminal staffing - #202
Merged
Conversation
Add configurable activation proofs, device bindings, realm security floors, multi-position enrollment and lifecycle handling. Extend the admin UI, operator and integration documentation, and automated coverage. PositionTerminals remains disabled by default and can be enabled explicitly via feature flag.
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.
Motivation
Complete the flexible position-terminal model defined by ADR 0003: configurable activation proofs and device bindings, multi-position terminals, lifecycle-safe staffing sessions, and explicit step-up semantics. The feature remains opt-in through
PositionTerminals.Surface touched
Modgud.Authentication/)Modgud.Authorization/)/connect/*, OAuth aggregates)src/frontend-vue/)docs/)What changed
sub = terminalId) while retaining bounded Control V1 compatibility.PositionTerminalsdisabled by default; enable explicitly withAppSettings__Features__PositionTerminals=true.Tests
postgres-dev:5433Docs
docs/integrate/position-terminals.md)Breaking changes
New enrollments use Control V2. Existing V1 chains remain accepted for their original singleton assignment under the documented transition window. The complete surface is behind a default-off feature flag.
Notes
The stable shared Docker environment was not used for development or migration rehearsal. Development and upgrade rehearsal used
postgres-devon host port 5433 only.