We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Only bytes and RSAPrivateKey types are supported for private keys
bytes
RSAPrivateKey
bytes, str (base64-encoded), and RSAPrivateKey types are supported for private keys
str
snowflake-connector-python
This functionality is useful for passing private keys through environment variables and other configuration mechanisms.
No response
The text was updated successfully, but these errors were encountered:
hey Eric thanks again for the PR :)
Sorry, something went wrong.
sfc-gh-eworoshow
Successfully merging a pull request may close this issue.
What is the current behavior?
Only
bytes
andRSAPrivateKey
types are supported for private keysWhat is the desired behavior?
bytes
,str
(base64-encoded), andRSAPrivateKey
types are supported for private keysHow would this improve
snowflake-connector-python
?This functionality is useful for passing private keys through environment variables and other configuration mechanisms.
References and other background
No response
The text was updated successfully, but these errors were encountered: