jak78 opened a new issue, #101: URL: https://github.com/apache/pulsar-client-python/issues/101
Hi folks, To authenticate the client with OAuth2, we need to specify a JSON key file. The [OAuth documentation](https://pulsar.apache.org/docs/2.11.x/security-oauth2/#authentication-types) 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, -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@pulsar.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org