ops(handoff): allow explicit managed transport order - #182
Draft
git-ksk wants to merge 1 commit into
Draft
Conversation
git-ksk
force-pushed
the
ops/181-wss-only
branch
from
September 5, 2026 08:33
66eb29a to
0e4653c
Compare
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.
Summary
MAPS_HANDOFF_TRANSPORT_ORDERas a strict deployment-only transport plan forwebrtc_takeoverBrowserHandoffAdapter.transportPolicywithout adding Maps-owned fallback logicwebsocket_relayas explicit WSS-only mode while preserving Handoff defaults when omittedValidation
npm run checknpm run buildgit diff --checkRollout
This PR does not switch production traffic by itself. #181 requires a no-traffic Cloud Run candidate configured with
MAPS_HANDOFF_TRANSPORT_ORDER=websocket_relay, public-origin/WSS preflight, then physical iPhone acceptance before guarded production rollout.Closes #181 only after physical/candidate acceptance is recorded.