Add private_key_passphrase
kwargs to Connection.__init__
#2130
Labels
private_key_passphrase
kwargs to Connection.__init__
#2130
What is the current behavior?
I am trying to move from User/Pass to Key/Pair authentication.
Snowflake's Python connector does not have a field to enter a passphrase if the secret key is passed as a byte string.
The passphrase can be used by passing RSAPrivateKey in Connection's
private_key
.What is the desired behavior?
I can use the private key by passing RSAPrivateKey in private_key though,
It would be convenient to pass it directly as an argument, like any other user/password.
How would this improve
snowflake-connector-python
?add
private_key_passphrase
params toConnection.__init__
References and other background
No response
The text was updated successfully, but these errors were encountered: