You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 to Connection.__init__
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: