-
Notifications
You must be signed in to change notification settings - Fork 1.1k
PYTHON-3909 Fix OIDC reauth for bulk write operations #1353
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
Conversation
Hmm, I see |
I pushed a fix. |
@blink1073 what's the purpose of AUTH_MECH? I'm wondering if we can just remove it altogether. |
Yeah, I agree we shouldn't need AUTH_MECH. I'll need to make a PR to |
I don't think that's needed. The test client should automatically use SCRAM-SHA-256 by default. |
Tests are passing besides some broken core doc links:
|
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.
LGTM!
https://jira.mongodb.org/browse/PYTHON-3909