starburstdata / metabase-driver

Starburst Metabase driver
Apache License 2.0
59 stars 11 forks source link

Connect to Trino via certificates #126

Open paoliniluis opened 2 months ago

paoliniluis commented 2 months ago

Right now you can't connect to Trino with certificates. A customer is asking to connect to their Trino cluster with certificates that need to be saved in the local store

lpoulain commented 2 months ago

Do you mean using an SSL self-signed cert stored on the machine where Metabase is running? i.e. allow to configure the Trino JDBC driver SSLTrustStorePath optional parameter.

paoliniluis commented 2 months ago

@lpoulain exactly, much like what we do in the Presto driver image