ADF Snowflake Connector - Key pair authentication - [Snowflake] adbc.snowflake.sql.client_option.jwt_private_key_pkcs8_password is not configured
Hello,
I have created a private encrypted key pair to connect ADF to Snowflake. The private key is in Azure key vault secret. When I am trying to test the connection with the key pair using Linked Service, it throws the below error.
The basic jdbc authentication with basic username and password works fine. The odbc authentication with key-pair is also successful. So, the issue is definitely not with the private key in keyvault.
I have followed all the steps from this issue as well. https://learn.microsoft.com/en-us/answers/questions/1659093/adf-snowflake-connector-key-pair-authentication-fa
Any kind of help is greatly appreciated. TIA