mpostument / grafana-sync

Keep your Grafana dashboards in sync
Apache License 2.0
216 stars 23 forks source link

feat: support custom http headers #103

Closed skynet2 closed 1 year ago

skynet2 commented 1 year ago

This PR adds support for settings custom HTTP headers during API interaction.

It can be used for environments that require additional authentication. Cloudflare Zero Trust, basic auth, etc.

Example: --customHeaders "CF-Access-Client-Id=XXX.access,CF-Access-Client-Secret=YYY"

mpostument commented 1 year ago

Thank you for your contribution https://github.com/mpostument/grafana-sync/releases/tag/1.7.0