feat(auth): install runtime status and session conformance - #4790
Draft
cea-block wants to merge 13 commits into
Draft
feat(auth): install runtime status and session conformance#4790cea-block wants to merge 13 commits into
cea-block wants to merge 13 commits into
Conversation
Signed-off-by: Cea Stapleton Cordasco <261786559+cea-block@users.noreply.github.com>
Signed-off-by: Cea Stapleton Cordasco <261786559+cea-block@users.noreply.github.com>
This was referenced Aug 4, 2026
Merge the repaired O4CD parent into O4EF and update only E-owned public-projection test fixtures for the accepted O3 binding and lifecycle APIs. Signed-off-by: Cea Stapleton Cordasco <261786559+cea-block@users.noreply.github.com>
Record the corrected pre-F test fixtures in the parent while preserving O4EF's relationship identity and revision constructor arguments. Signed-off-by: Cea Stapleton Cordasco <261786559+cea-block@users.noreply.github.com>
Signed-off-by: Cea Stapleton Cordasco <261786559+cea-block@users.noreply.github.com>
Signed-off-by: Cea Stapleton Cordasco <261786559+cea-block@users.noreply.github.com>
Signed-off-by: Cea Stapleton Cordasco <261786559+cea-block@users.noreply.github.com>
Signed-off-by: Cea Stapleton Cordasco <261786559+cea-block@users.noreply.github.com>
Signed-off-by: Cea Stapleton Cordasco <261786559+cea-block@users.noreply.github.com>
Signed-off-by: Cea Stapleton Cordasco <261786559+cea-block@users.noreply.github.com>
Signed-off-by: Cea Stapleton Cordasco <261786559+cea-block@users.noreply.github.com>
* commit '9244f15d00291edf0eef3353fae50d085c788845': test(desktop): stabilize off-relay video menu fix(desktop): keep sidebar within size limit Signed-off-by: Cea Stapleton Cordasco <261786559+cea-block@users.noreply.github.com>
* commit '4b030e991f65e107aef1d011c17062606d8b1f7c': fix(relay): reuse git visibility fence test(auth): align projection worker fixture Signed-off-by: Cea Stapleton Cordasco <261786559+cea-block@users.noreply.github.com>
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.
Why
Protected runtime entry points need one verified-evidence resolver, bounded authorization sessions, and an authenticated status protocol so stale or conflicting authority cannot be reused across transports.
What
0043through0045Review guide
0043through0045Risk assessment
Medium. This PR changes protected runtime authorization and adds migrations. The stock relay does not install a deployment-specific authorization provider, protected behavior remains off by default, and missing or conflicting evidence denies access.
Testing
References