Open
Description
Spark dependencies job uses Java keystore for certificates. The docker image allows to configure java opts with ssl configuration - JAVA_OPTS=-Djavax.net.ssl.
.
The certs can be mounted via volume and volume mounts which are part of JaegerCommonSpec
. The issue that these certs have to be imported into java keystore/thruststore.
https://developers.redhat.com/blog/2017/11/22/dynamically-creating-java-keystores-openshift/ suggests using init container for the job.
Todos:
- allow configuring JAVA_OPTS to point to keystore/thruststore
- import certs into keystore/thruststore