agent/runtime: fix browser auth bridge and macOS agent runtime#707
Open
agent/runtime: fix browser auth bridge and macOS agent runtime#707
Conversation
Bundle ReportChanges will increase total bundle size by 3.85kB (0.09%) ⬆️. This is within the configured threshold ✅ Detailed changes
Affected Assets, Files, and Routes:view changes for bundle: browser-ext-esmAssets Changed:
Files in
Files in
|
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #707 +/- ##
==========================================
+ Coverage 38.35% 38.80% +0.44%
==========================================
Files 204 204
Lines 6945 7017 +72
==========================================
+ Hits 2664 2723 +59
- Misses 3948 3957 +9
- Partials 333 337 +4
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
028385a to
84ca2b2
Compare
|
🚀 Deployed on https://pr-707--authentik-pkg.netlify.app |
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.
This extracts the runtime fixes from sdko/nix-pkg in prevision of Nix support and some issues discovered while working on the flake.
It fixes Firefox/native-messaging compatibility in the browser extension, preserves explicit native-host errors instead of collapsing them to empty responses, reconnects and times out disconnected native-host requests safely, and keeps endpoint challenge signing working across browser/runtime differences.
On the agent side, it fixes macOS app discovery for ak-sysd when the Agent app is installed outside the /Applications path, persists the domain token fallback so reloads survive Darwin keychain read failures, and validates endpoint challenges directly against the configured JWK set instead of the broken key lookup path. It also removes duplicate "in" in the token renewal dropdown
This is far from being my area of expertise, so please LMK