-
Notifications
You must be signed in to change notification settings - Fork 13
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
Add SCRAM tests #738
Add SCRAM tests #738
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
FerretDB/FerretDB#3996 was merged, CI restarted – and a bunch of tests still fail
I just noticed a bug here in the comparison switch statement that I introduced. I will fix it in a separate PR. :| |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please resolve conflicts
@b1ron this pull request has merge conflicts. |
Closes #681.
MongoDB is now configured with authorization enabled by default using a keyfile, so that we can have a single environment. And it's easier than generating x.509 certs and using TLS.Not enabling authorization yet as it's not needed to verify credentials.