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

SNOW-1858462: Support authentication via private_key_base64 #2121

Open
AtollRewe opened this issue Dec 16, 2024 · 1 comment
Open

SNOW-1858462: Support authentication via private_key_base64 #2121

AtollRewe opened this issue Dec 16, 2024 · 1 comment
Labels
feature status-triage_done Initial triage done, will be further handled by the driver team

Comments

@AtollRewe
Copy link

What is the current behavior?

Not too long ago, the JDBC driver enabled a parameter called private_key_base64 (https://docs.snowflake.com/en/developer-guide/jdbc/jdbc-parameters#private-key-base64) to pass a key directly via parameter, not requiring a PEM file. As far as I can tell from experimenting and looking at the code, this isn't supported by snowflake-connector-python in any way.

What is the desired behavior?

Just like passing private_key to the connector right now, passing private_key_base64 should be a supported option.

How would this improve snowflake-connector-python?

Feature parity (at least in this aspect) with JDBC; reduces the initial barrier for setting up a connection.

References and other background

No response

@github-actions github-actions bot changed the title Support authentication via private_key_base64 SNOW-1858462: Support authentication via private_key_base64 Dec 16, 2024
@sfc-gh-dszmolka sfc-gh-dszmolka self-assigned this Dec 16, 2024
@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 Dec 16, 2024
@sfc-gh-dszmolka
Copy link
Contributor

hi - thank you for submitting this enhancement request, the team will consider for future planning

@sfc-gh-dszmolka sfc-gh-dszmolka removed their assignment Dec 16, 2024
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

No branches or pull requests

2 participants