massakam opened a new pull request, #960: URL: https://github.com/apache/pulsar-client-go/pull/960
### Motivation As with the Java client (cf. https://github.com/apache/pulsar/pull/19445), make the Athenz auth provider for the Go client support [Copper Argos](https://github.com/AthenZ/athenz/blob/master/docs/copper_argos.md). ### Modifications Added new parameters `x509CertChain` and `caCert` to the Athenz auth provider. If the parameter `x509CertChain` is passed, the auth provider assumes that Copper Argos is used and presents the X.509 certificate to obtain a role token from ZTS. Existing users will not be affected by this change. ### Verifying this change - [ ] Make sure that the change passes the CI checks. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
