Skip to content
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

Removed dependency of openSSL for authentication with .p12 keys #62

Merged
merged 1 commit into from
Apr 30, 2024
Merged

Conversation

googlyrahman
Copy link
Member

Test Results = https://paste.googleplex.com/6510605917224960
Removed dependency of openSSL for authentication with .p12 keys

@sushantkhanna sushantkhanna self-requested a review April 29, 2024 06:19
Copy link
Member

@sushantkhanna sushantkhanna left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shilpi has already approved this change. Going ahead and approving + merging the change as Shilpi does not have access yet.

@sushantkhanna sushantkhanna self-requested a review April 29, 2024 17:06
@shilpi23pandey shilpi23pandey merged commit 3cf45b0 into GoogleCloudPlatform:master Apr 30, 2024
1 check passed
stanhu added a commit to stanhu/gcs-oauth2-boto-plugin that referenced this pull request May 1, 2024
GoogleCloudPlatform#62
added these dependencies to `requirements.txt`, but neglected to
include them in `setup.py`. As a result, installing `pip install
gsutil` doesn't automatically install these dependencies, resulting
in:

```
File "/usr/local/lib/python3.9/site-packages/gcs_oauth2_boto_plugin/oauth2_client.py", line 57, in <module>
  from google_auth_httplib2 import Request as GoogleAuthRequest
ModuleNotFoundError: No module named 'google_auth_httplib2'
```

Closes GoogleCloudPlatform#67
stanhu added a commit to stanhu/gcs-oauth2-boto-plugin that referenced this pull request May 1, 2024
GoogleCloudPlatform#62
added these dependencies to `requirements.txt`, but neglected to
include them in `setup.py`. As a result, installing `pip install
gsutil` doesn't automatically install these dependencies, resulting
in:

```
File "/usr/local/lib/python3.9/site-packages/gcs_oauth2_boto_plugin/oauth2_client.py", line 57, in <module>
  from google_auth_httplib2 import Request as GoogleAuthRequest
ModuleNotFoundError: No module named 'google_auth_httplib2'
```

Closes GoogleCloudPlatform#67

Signed-off-by: Stan Hu <stanhu@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants