From b9575efd893dc9beb7f408533ab0e2ba23f80893 Mon Sep 17 00:00:00 2001 From: Alex Collins <161342467+atccirium@users.noreply.github.com> Date: Mon, 13 Jan 2025 10:02:40 +0000 Subject: [PATCH] fix(docs): typo on Private Key Authentication & connections.toml key --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cd19fe5..81fd72d 100644 --- a/README.md +++ b/README.md @@ -338,8 +338,8 @@ your Okta administrator for more information._ ### Private Key Authentication -External browser authentication can be selected by supplying `snowflake_jwt` as your authenticator. The filepath to a -Snowflake user-encrypted private key must be supplied as `private-key` in the [connections.toml](#connectionstoml-file) +Private key authentication can be selected by supplying `snowflake_jwt` as your authenticator. The filepath to a +Snowflake user-encrypted private key must be supplied as `private_key_file` in the [connections.toml](#connectionstoml-file) file. If the private key file is password protected, supply the password as `private_key_file_pwd` in the [connections.toml](#connectionstoml-file) file. If the variable is not set, the Snowflake Python connector will assume the private key is not encrypted.