Skip to content

Commit

Permalink
fix(docs): typo on Private Key Authentication & connections.toml key
Browse files Browse the repository at this point in the history
  • Loading branch information
atccirium authored Jan 13, 2025
1 parent 99ff357 commit b9575ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit b9575ef

Please sign in to comment.