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

added Rust and Go support for encrypted PKCS#8 private keys #393

Merged
merged 2 commits into from
Sep 18, 2023

Conversation

heavycrystal
Copy link
Contributor

Caveat: The Rust library we use doesn't support decrypted keys with "weak" ciphers like DES out of the box, but is gated behind a feature flag. The Snowflake guide for setting up private keys unfortunately shows openssl commands that a weak cipher, so they will not work with our Rust library.

A new configuration variable 'password' needs to be set when an encrypted primary key is being used to set up a Snowflake peer, and omitted otherwise.

@heavycrystal heavycrystal enabled auto-merge (squash) September 18, 2023 21:08
@heavycrystal heavycrystal merged commit 5c71ec6 into main Sep 18, 2023
21 checks passed
@serprex serprex deleted the snowflake-encrypted-pkey branch July 19, 2024 15:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants