-
Notifications
You must be signed in to change notification settings - Fork 1.8k
feat(NODE-5035): enable OIDC authentication #3577
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Conversation
c161b8f
to
1043567
Compare
93376a0
to
464a587
Compare
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.
Didn’t quite get around to the test/
changes right now, will try to do that later, but what’s in src/
looks good to me 👍
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.
I didn't look at tests here, but have some suggestions on the implementation. I like the workflow abstraction, and I love to see more usage of async-await in the driver. Nice work 🙂
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.
Note: Serverless failures are caused by issue documented in https://jira.mongodb.org/browse/DRIVERS-2564
Filing flaky test ticket for time series unified spec tests
Co-authored-by: Daria Pardue <daria.pardue@mongodb.com>
Description
Implements OIDC auth.
Spec PR: mongodb/specifications#1365
Latest tools fix: mongodb-labs/drivers-evergreen-tools#272
What is changing?
Is there new documentation needed for these changes?
None
What is the motivation for this change?
NODE-5035/DRIVERS-2415
Double check the following
npm run check:lint
scripttype(NODE-xxxx)[!]: description
feat(NODE-1234)!: rewriting everything in coffeescript