Skip to content

add privateKey as a JVM property for Snowflake JDBC Connector#28562

Open
parthshyara wants to merge 1 commit intotrinodb:masterfrom
sundialso:snowflake-rsa-auth
Open

add privateKey as a JVM property for Snowflake JDBC Connector#28562
parthshyara wants to merge 1 commit intotrinodb:masterfrom
sundialso:snowflake-rsa-auth

Conversation

@parthshyara
Copy link

Description

  • Adds support for the privateKey authentication property in the Snowflake connector.
  • The Snowflake JDBC driver already supports this property, but Trino previously had no way to pass it through.
  • With this change, users can configure key-pair authentication directly in the catalog instead of relying on file-based approaches.

Additional context and related issues

Release notes

( ) This is not user-visible or is docs only, and no release notes are required.
( ) Release notes are required. Please propose a release note for me.
(✓) Release notes are required, with the following suggested text:

## Snowflake connector
* Add support for the `privateKey` authentication property to enable key-pair authentication. (#26514)

@parthshyara
Copy link
Author

Re-opening from #26519

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

Labels

Development

Successfully merging this pull request may close these issues.

Snowflake Connector: Add support for privateKey authentication property

1 participant