Fix claimed preview store auth recovery (stable/4.7) - #8451
Merged
dmerand merged 1 commit intoSep 2, 2026
Conversation
Assisted-By: devx/f6cd24e9-3d53-4ab0-9851-a3eb94f559e8 (cherry picked from commit c60d9c3)
craigmichaelmartin
approved these changes
Sep 1, 2026
dmerand
deleted the
donald/claimed-preview-store-auth-recovery-stable-4.7
branch
September 2, 2026 00:01
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 are these changes introduced?
The fix in #8349 merged to
mainone day afterstable/4.7branched, so 4.7.0 shipped without it. This cherry-pick puts the fix on the 4.7 line so the changesets action can release it in 4.7.1.WHAT is this pull request doing?
Cherry-picks c60d9c3 ("Fix claimed preview store auth recovery") onto
stable/4.7. Clean pick, no conflicts. The changeset rides along so the "Version Packages - stable/4.7" PR will include it.How to test your changes?
Same as #8349: claim a preview store, then run a store command that hits admin auth recovery and confirm the session recovers instead of erroring.