-
Notifications
You must be signed in to change notification settings - Fork 370
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
[gs] Add missing gcs-oauth2-boto-plugin package for non-raz scenarios #3523
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.
LGTM!
@@ -59,7 +60,7 @@ pytidylib==0.3.2 | |||
pytz==2021.3 | |||
PyJWT==2.4.0 | |||
requests-kerberos==0.12.0 | |||
rsa==4.7 | |||
rsa==4.7.2 |
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.
Is there a specific reason for using this specific version? Can't we upgrade it to the latest version, 4.9?
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.
The package has dependency on rsa=4.7.2 so I changed to that version only.
https://github.com/GoogleCloudPlatform/gcs-oauth2-boto-plugin/blob/b749ea3424c26145277dc3c3987220891324023f/setup.py#L32
Also since this looks like an important package, I didn't want to bump it up higher due to regression concerns.
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.
@Harshg999
Are we using boto to integrate with GS, so we have this plugin lib?
Please add one or two lines in description to explain.
…az scenarios (#3523) - Also add correct version for rsa==4.7.2 which is a dependency for gcs-oauth2-boto-plugin (cherry picked from commit 55883fb) (cherry picked from commit bf2e95e) Change-Id: Ifd3d1db1dde611ba7a2c042e330f1b6e94932047 (cherry picked from commit a6e6de678a749610b9406ed1e941a802206452a8)
What changes were proposed in this pull request?
How was this patch tested?