Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(Auth): authenticate with any password for default user #1868

Merged
merged 1 commit into from Sep 17, 2023

Conversation

kostasrim
Copy link
Contributor

Address #1862

Basically, our implementation would only verify the default user with the password nopass. This restriction is lifted and now we conform with the redis impl of AUTH that authenticates with any password.

Moreover, I should check in a separate PR:

Otherwise if the "default" user is not flagged with "nopass"
# the connections will start in not authenticated state, and will require
# AUTH (or the HELLO command AUTH option) in order to be authenticated and
# start to work.

@kostasrim kostasrim merged commit e81b567 into main Sep 17, 2023
10 checks passed
@kostasrim kostasrim deleted the fix_nopass_on_acl branch September 17, 2023 10:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants