trinodb / grafana-trino

The Trino datasource allows to query and visualize Trino data from within Grafana.
Apache License 2.0
35 stars 10 forks source link

Use the custom CA in the custom http client #212

Closed nineinchnick closed 1 year ago

nineinchnick commented 1 year ago

The custom CA would always be ignored if passed via the config, because we always register the custom HTTP client, so we need to set the CA pool in it.

Only check for client certs when TLS options are present, fixes #208