RS: Document JWT token invalidation on upgrade to 8.0.22 and later - #3779
Merged
Conversation
Contributor
Contributor
mich-elle-luna
approved these changes
Aug 10, 2026
mich-elle-luna
left a comment
Collaborator
There was a problem hiding this comment.
thank you, just two suggestions
landzhev
suggested changes
Aug 10, 2026
Co-authored-by: mich-elle-luna <153109578+mich-elle-luna@users.noreply.github.com>
landzhev
approved these changes
Aug 12, 2026
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.
Closes DOC-6953. Also covers the release-note request on RED-212186.
Two entries on both 8.2 release notes: the behavior change under Version
changes (verbatim SME wording from RED-212186, unedited), and the Cluster
Manager sign-out symptom with its workaround under Known limitations
(DOC-6953). Cross-linked, since they're one phenomenon in two sections.
No other release lines change. Verified at version-matched tags:
_rotate_weak_jwt_secret_key(RED-196853) is absent atv8.0.20-96,present from
v8.0.22-40, and not backported tov7.22.2-178orv7.8.6-302. 8.0.22 has no release-note page of its own, so 8.2 is thefirst publishable surface — same as the existing Amazon Linux 2 note.
Note
Low Risk
Documentation-only edits to release notes; no product or runtime behavior changes.
Overview
Documents JWT signing-secret rotation from Redis Software 8.0.22+ in the 8.2.0-25 and 8.2.0-46 release notes.
Under Version changes, a new JWT token invalidation on upgrade section states that upgrades invalidate existing JWTs, in-cluster programmatic tokens are regenerated automatically, and Cluster Manager users must sign in again or wait for session expiry.
Under Known limitations, a cross-linked entry describes intermittent Cluster Manager sign-outs and false “down” status for participating clusters during Active-Active upgrades while versions differ (JWT key mismatch; data path unaffected), with workarounds to complete the upgrade and re-authenticate.
Reviewed by Cursor Bugbot for commit fdaf05b. Bugbot is set up for automated code reviews on this repo. Configure here.