-
Notifications
You must be signed in to change notification settings - Fork 1.1k
PYTHON-3467 OIDC: Automatic token acquisition for Azure Identity Provider #1443
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
set -o errexit | ||
${PREPARE_SHELL} | ||
cd src | ||
git add . |
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.
Humor me if this is a silly question. Is the ${PREPARE_SHELL}
command responsible for adding in the new files for the commit?
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.
No, it sets up common env variables.
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.
This PR is great. I really appreciate all of the testing comments which made things extremely easy to follow/keep track of.
I've placed primarily NITs as feedback and some grammar fixes. Requested Changes just to get clarifications.
Other than that, LGTM. Pending the responses, can give approval stamp.
Co-authored-by: Jib <Jibzade@gmail.com>
Co-authored-by: Jib <Jibzade@gmail.com>
Co-authored-by: Jib <Jibzade@gmail.com>
Co-authored-by: Jib <Jibzade@gmail.com>
Co-authored-by: Jib <Jibzade@gmail.com>
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!
Speculative continuation of #1401, based on #1209.
Depends on mongodb-labs/drivers-evergreen-tools#376.