michaeljmarshall commented on pull request #150: URL: https://github.com/apache/pulsar-helm-chart/pull/150#issuecomment-906921598
@acjohnson - are you only looking to supply the a custom trust store to the JVM? If so, it is possible to configure the JVM's keystore and truststore using the following jvm args: `-Djavax.net.ssl.keyStore` and `-Djavax.net.ssl.trustStore`, respectively. These can be added to the proxy/function worker/broker command via the `PULSAR_EXTRA_OPTS`environment variable. They need to be formatted as `.jks` files, and it is possible to put them in a secret then mount them into the pod as files for use by the JVM. -- 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]
