8000 Consider removing hard dependency on PyOpenSSL · Issue #537 · googleapis/google-cloud-python · GitHub
[go: up one dir, main page]

Skip to content
Consider removing hard dependency on PyOpenSSL #537
@s3ththompson

Description

@s3ththompson

Authenticating service accounts with a JSON private key should not require installing PyOpenSSL.

More specifically, when isinstance(credentials, service_account._ServiceAccountCredentials) is True, PyOpenSSL is not required.

Given that PyOpenSSL requires OpenSSL, minimizing the dependency is beneficial.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions

    0