feat: add Skip TLS Verify toggle to datasource config#48
Conversation
Adds a frontend toggle and backend support for skipping TLS certificate verification, useful for development environments with self-signed certs. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
Hey @OVR92, this is great! I had considered in the past building out better HTTP client configuration, and this is a great place to start. After a quick review, I did notice that this would be a lot simpler if the underlying Thanks for coming up with this idea and contributing! Hope you're finding value in this package! |
|
Sounds good, and thank you for all your work on this! We use it every day for dashboards to monitor performance and track utilities across our campus, but we hit a bit of a snag when our SkySpark SSL certificate accidentally lapsed. I enlisted the help of Claude to get us through while our IT team worked on fixing the certificate, so I can't really take credit for any of this. I'm glad that some of it might make its way into the official repo and potentially help others who end up in a similar situation. Thanks again! |
|
You're welcome! That's awesome that this plugin has been helpful to you! Surprisingly, I don't have a ton of insight into who is using this or at what scale, so it's really cool to hear from users. I'm just working through the plugin update process with Grafana, but I'll post back with a version number once it's approved. |
|
This feature has been released in version 0.0.28 |
Adds a frontend toggle and backend support for skipping TLS certificate verification.
