Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/gooddata/cloud_resources/snowflake/snowflake_client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ def build_private_key(private_key_string, pass_phrase)
builder = JceOpenSSLPKCS8DecryptorProviderBuilder.new
decryptor = builder.build(pass_phrase.to_java.to_char_array)
private_key_info = pem_object.decryptPrivateKeyInfo(decryptor)
else pem_object.is_a?(PrivateKeyInfo)
elsif pem_object.is_a?(PrivateKeyInfo)
private_key_info = pem_object
end

Expand Down