Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

Add insecureSkipVerify option #120

Open
helenosheaa opened this issue Mar 20, 2023 · 1 comment
Open

Add insecureSkipVerify option #120

helenosheaa opened this issue Mar 20, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@helenosheaa
Copy link
Member

if the flightsql server requires a certificate we should provide the user the option to switch off verification of the certificate by disabling that the client verifies the server's certificate chain and host name using the using tls.InsecureSkipVerify = true

as in this example https://github.com/voltrondata/flight-sql-server-example we need certs that we don't currently support

we might want to consider similar configuration as the MySQL datasource plugin, https://github.com/grafana/grafana/blob/2578774188e3cd89b5387563e0932c84ad834e75/public/app/plugins/datasource/mysql/configuration/ConfigurationEditor.tsx#L115-L167

@TaoVonQi
Copy link

TaoVonQi commented Dec 6, 2023

Thank you for raising this issue. I'm trying to use the above example and this is what is currently blocking me.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants