I'm realy new to apache drill, hoping that it can suit my needs. quick brief: i'm trying to use apache superset > drill > mongo.. I have a working mongo cluster with dns srv records that work for fine for being fed with telegraf, ansible, misc other clients. I'm coming up short trying to configure the Mongo storage plugin for drill for my cluster that uses 3rd party server certs with client ssl trust from trusted ca's.
I've tried just using ssl=true in my connection string, but i need to be able to provide a custom client cert. from the docs: https://drill.apache.org/docs/mongodb-storage-plugin/ it says i should be able to use the standard connection string format - but those options aren't valid. I know java things like keytool exist, so i've tried setting various JAVA_OPTS to create/specify keystores and truststores, but I cannot seem to get drill to try ssl on the mongo connection. the mongo server logs just hint that the connection only supports ssl, failing whatever client connection that drill is trying to make. any suggestions? -- --daniel --