acjohnson commented on pull request #150: URL: https://github.com/apache/pulsar-helm-chart/pull/150#issuecomment-907207056
> @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. Good idea but no that will not be enough for our use case. We are using go pulsar functions and the JVM keystore being updated wouldn't solve for go functions unfortunately. -- 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: dev-unsubscr...@pulsar.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org