Snowflake-Labs / sqltools-snowflake-driver

A Snowflake driver for the SQLTools VSCode extension.
MIT License
35 stars 15 forks source link

Cannot create a connection that requires a private key #8

Closed austinkeller closed 3 years ago

koszti commented 3 years ago

The Snowflake NodeJS Driver doesn't currently support Key Pair Authentication. We need to wait until it will be supported and documented.

Documentation: https://docs.snowflake.com/en/user-guide/nodejs-driver-use.html

koszti commented 3 years ago

snowflake added keypair/oauth authenticators to the nodejs driver this week by this pull request.

This is a great news however snowflake has not been released it yet. Hopefully they will document and support it officially soon and we can add it into the vscode plugin.

koszti commented 3 years ago

New version with Key Pair auth (0.4.0) is published to VSCode Marketplace and it's ready to upgrade.