-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
97429: security: allow automatic re-hashing from SCRAM to bcrypt r=knz a=rafiss fixes #96408 Release note (security update): Currently the process to change passwords from SCRAM hashing to bcrypt hashing is manual and can take a long time. An operator may wish to do this if their tools do not support SCRAM or if SCRAM is not desired for another reason. This change introduces the new cluster setting `server.user_login.downgrade_scram_stored_passwords_to_bcrypt.enabled`, which defaults to true. If it is true AND `server.user_login.password_encryption` is `crdb-bcrypt`, then during login, the stored hashed password will be converted from SCRAM to bcrypt. Co-authored-by: Rafi Shamim <[email protected]>
- Loading branch information
Showing
10 changed files
with
312 additions
and
85 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.