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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added
mirrord now support running on clusters managed by vcluster.
Changed
Stripped instrument and logging in layer functions that Golang hooks make
call to in order to
reduce stack consumption.
Tweaked the Go 1.25+ syscall hook's stack switch to mimic the runtime's asmcgocall contract,
avoiding mutation of goroutine scheduler state that may cause intermittent
crashes.
Fixed
Fixed mirrord ui not syncing its token to the browser extension when the
page loads without a ?token= query string, such as from the Open mirrord ui button or after a reload. The page now reads the token from a new
authenticated /api/token endpoint and forwards it to the extension.