databricks/databricks-vscode

[BUG] VSCode doesn't respect `insecure` setting in `.databrickscfg` profile

fjakobs opened this issue · 1 comments

Describe the bug
Users might be behind a proxy server, which breaks validation of SSL certificates. The databricks CLI allows turning off certificate validation through the insecure settings in the .databrickscfg config file.

The VSCode extension should respect this config setting and in addition also provide a way to configure cert validation as a VSCode setting.