Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Consider removing hard dependency on PyOpenSSL #537

Closed
@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