Skip to content
New issue

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

Support base64-encoded DER private keys #2133

Closed
sfc-gh-eworoshow opened this issue Jan 13, 2025 · 1 comment · Fixed by #2134
Closed

Support base64-encoded DER private keys #2133

sfc-gh-eworoshow opened this issue Jan 13, 2025 · 1 comment · Fixed by #2134
Assignees
Labels
feature status-triage_done Initial triage done, will be further handled by the driver team

Comments

@sfc-gh-eworoshow
Copy link
Contributor

What is the current behavior?

Only bytes and RSAPrivateKey types are supported for private keys

What is the desired behavior?

bytes, str (base64-encoded), and RSAPrivateKey types are supported for private keys

How 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

@sfc-gh-dszmolka
Copy link
Contributor

hey Eric thanks again for the PR :)

@sfc-gh-dszmolka sfc-gh-dszmolka added status-triage_done Initial triage done, will be further handled by the driver team and removed needs triage labels Jan 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature status-triage_done Initial triage done, will be further handled by the driver team
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants