grafana / influxdb-flux-datasource

Grafana datasource plugin for Flux (InfluxDB)
Apache License 2.0
51 stars 21 forks source link

Self Sign Certificate support for TLS Connection to Influxdb v2 #111

Closed seanlok closed 4 years ago

seanlok commented 4 years ago

Currently the plugin throws error when a new datasource is created with TLS Connection but self sign certificate. The plugin seems to be throwing error x509: cannot validate certificate for ...

We should implement a skip verify TLS button for this plugin like the v1 plugin.

rafecolton commented 4 years ago

Is there any recommended workaround for this?

ryantxu commented 4 years ago

flux support was added to grafana 7.1 (released today :tada: ) https://www.influxdata.com/blog/how-grafana-dashboard-influxdb-flux-influxql/

I made a new issue there where we can look at a solution: https://github.com/grafana/grafana/issues/26388