I’m trying to connect to Snowflake through a Pipedream MCP server using key-pair (RSA) authentication.
Everything appears to be correctly configured on the Snowflake side, and the private key I’m using is in valid PKCS8 format and unencrypted.
Despite this, the connection consistently fails with an error indicating that the private_key
is missing or not found.
Could you help me troubleshoot this issue?