Add support for skipping TLS verification to Harper#164
Conversation
This is useful for dev against hostname-based clusters which require an HTTPS connection but typically use self-signed certs
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
|
Warning Review the following alerts detected in dependencies. According to your organization's Security Policy, it is recommended to resolve "Warn" alerts. Learn more about Socket for GitHub.
|
Bundle Size ChangesHello! 👋 This comment was generated by a Github Action to help you and reviewers understand the impact of your PR on frontend bundle sizes. Whenever this PR is updated, this comment will update to reflect the latest changes.
View detailed bundle informationAdded No assets were added Removed No assets were removed Bigger
Smaller No assets were smaller View module informationAdded
Removed No modules were removed Bigger
Smaller No modules were smaller |
|
Re: the Socket warnings, the dependencies in here are mostly defined by the Grafana plugin template. But changes to it do get synced up here eventually. So if they decide to drop those deprecated dependencies, that change should make its way here. But I don't think we want to preemptively remove them. |
This is useful for dev against hostname-based clusters which require an HTTPS connection but typically use self-signed certs.