I was trying to setup RSA Key Pair setup to our cred file which connects to snowflake
Summary:
I was trying to setup the RSA Key Pair in our cred file that connects to snowflake can someone guide
Content (please ensure you mask any confidential information):
driver=com.snowflake.client.jdbc.SnowflakeDriver
jdbcurl=jdbc:snowflake://companyname.snowflakecomputing.com/?db=Databasename&warehouse=warehousename
username=usernamesnowflake
password=Encryptedpassword
Can someone guide what needs to be changed if password is shifted to RSA Key Pair
Version (include the version you are using, if applicable):
Code Snippet (add any code snippets that support your topic, if applicable):