gulecroc opened a new issue, #24437: URL: https://github.com/apache/pulsar/issues/24437
### Search before reporting - [x] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar. ### Motivation When using the OAuth2 client authentication plugin, there is no option to define the truststore. Currently the only way is to set the Java truststore with `-Djavax.net.ssl.trustStore`. The pulsar helm chart has recently switch from Java keystore to combined PEM files, so the truststore is dynamically updated without needed to restart the pulsar component ### Solution Add a new option to define the truststore in `brokerClientAuthenticationParameters`, and the format. ### Alternatives _No response_ ### Anything else? _No response_ ### Are you willing to submit a PR? - [ ] I'm willing to submit a PR! -- 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]
