grafana / detect-angular-dashboards

Detect dashboards depending on Angular data source and panel plugins on a running Grafana instance using the Grafana API.
Apache License 2.0
12 stars 4 forks source link

Add -insecure option to skip TLS certificate verification #11

Closed xnyo closed 7 months ago

xnyo commented 7 months ago

Adds -insecure flag to skip TLS verification when making HTTP requests to

./detect-angular-dashboards -j -insecure https://localhost:3000/api

This can be used to use the program against instances that have a self-signed certificate.

Fixes #7

toporek3112 commented 7 months ago

Any progress here?

xnyo commented 7 months ago

Hi @toporek3112 , this has been added in the latest release: https://github.com/grafana/detect-angular-dashboards/releases/tag/v0.8.0

toporek3112 commented 7 months ago

Perfect, thank you guys!