trinodb / grafana-trino

The Trino datasource allows to query and visualize Trino data from within Grafana.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove unsupported options

nineinchnick opened this issue · comments

Remove options from the connection dialog that don't have any effect, like:

  • custom headers
  • oauth forwarding
  • TLS client certs

image

There's little value in this as it would require copying the whole form to remove two fields. I added checks to verify that custom headers are not set.