VictoriaMetrics / victoriametrics-datasource

Grafana datasource for VictoriaMetrics
GNU Affero General Public License v3.0
111 stars 14 forks source link

fix issue with forwarding headers #191

Closed dmitryk-dk closed 3 months ago

dmitryk-dk commented 3 months ago

If the user wants to use some OAuth and set the Forward OAuth Identity flag, headers with bearer tokens are not sent to the proxy server. This PR fixed this problem

Related issue: https://github.com/VictoriaMetrics/victorialogs-datasource/issues/54