Written by

Senior Cloud Architect at InterSystems
MOD
Question Eduard Lebedyuk · Oct 12, 2023

Snowflake - Key Pair Auth

Has anyone tried to authenticate IRIS client in Snowflake using Key Pair Auth as described in this doc?

Comments

Elvin Vivares · Dec 31, 2025

@Eduard Lebedyuk - we're looking to start this in 2026. Is there any documentation around this? From what I've seen in my research, it looks like it's as easy as just using the DSN setting. I have not tried it yet. But, I'm planning to try it this way in my Business Operation:

DSN = jdbc:snowflake://<account_identifier>?
                        user=<your_username>&
                        authenticator=SNOWFLAKE_JWT;&
                        privateKeyPath=<path_to_your_private_key_file_in_filesystem>&
                        privateKeyPassphrase=<your_passphrase>&
                        warehouse=<your_warehouse>&
                        db=<your_database>&
                        schema=<your_schema>&
                        role=<your_role>

 

0