Skip to content

feat: add Skip TLS Verify toggle to datasource config#48

Closed
OVR92 wants to merge 1 commit into
NeedleInAJayStack:mainfrom
OVR92:main
Closed

feat: add Skip TLS Verify toggle to datasource config#48
OVR92 wants to merge 1 commit into
NeedleInAJayStack:mainfrom
OVR92:main

Conversation

@OVR92

@OVR92 OVR92 commented Jun 1, 2026

Copy link
Copy Markdown

Adds a frontend toggle and backend support for skipping TLS certificate verification.
image

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>
@NeedleInAJayStack

Copy link
Copy Markdown
Owner

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 haystack package allowed passing an http.Client directly, so I added that in this PR. I then combined that with your work here to create #49. Just in the interest of simplicity and communication, I think we'll go with that PR and I'll close this one.

Thanks for coming up with this idea and contributing! Hope you're finding value in this package!

@OVR92

OVR92 commented Jun 5, 2026

Copy link
Copy Markdown
Author

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!

@OVR92 OVR92 closed this Jun 5, 2026
@NeedleInAJayStack

Copy link
Copy Markdown
Owner

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.

@NeedleInAJayStack

Copy link
Copy Markdown
Owner

This feature has been released in version 0.0.28

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants