apache / pulsar-client-python

Apache Pulsar Python client library
https://pulsar.apache.org/
Apache License 2.0
51 stars 40 forks source link

[Feature Request] OAuth key file base64 support #101

Closed jak78 closed 1 year ago

jak78 commented 1 year ago

Hi folks, To authenticate the client with OAuth2, we need to specify a JSON key. The OAuth documentation mentions a base64 pattern format for privateKey: data:application/json;base64,<base64-encoded value> However, the Python client does not support this. Would it be possible for the Python client to support this? Thanks,