295 questions
Advice
0
votes
1
replies
64
views
SAS Snowflake ODBC authentication using Key pair
We are planning to switch from password-based authentication to key-pair authentication for SAS to Snowflake connection. Our current requirement is:
1. Overnight batch/service account: use key-pair ...
0
votes
0
answers
74
views
Snowflake Service Account can't connect with Task Scheduler using Pentaho Job
I have a service account user set up in Snowflake. I have an ETL process set up in Pentaho that is using this service account to connect to Snowflake. I am connecting to Snowflake from Pentaho using a ...
0
votes
1
answer
29
views
DolphinDB:Why does the semantics of pair different in different usage scenarios?
For example , for ( r in 1 : 6 ) { print r } returns "1,2,3,4,5 " ,excluding the right boundary .
However , between 1 : 6 returns true , meaning that " 6 " is inclued in the pair . Are ...
0
votes
0
answers
329
views
SSRS Shared Data Source Error with Snowflake Key Pair Authentication (ODBC)
I'm encountering an error while creating a shared data source on SSRS using Key Pair Authentication for Snowflake. Currently, we have a working shared data source with Username/Password authentication ...
0
votes
0
answers
141
views
NCryptOpenStorageProvider return NTE_DEVICE_NOT_READY with TPM sometimes?
I've using win32 api NCryptOpenStorageProvider to store key pair on Windows with TPM, like:
status = NCryptOpenStorageProvider(provider, MS_PLATFORM_CRYPTO_PROVIDER, 0);
I found that some machine ...
1
vote
1
answer
790
views
dbeaver - snowflake key pair authentication not working as documented by Snowflake
Wondering what is the right way to use .p8 file for authentication for Snowflake from Debeaver
i created private_key_file and private_key_pwd and added the as user driver properties . still dbeaver ...
0
votes
0
answers
62
views
Export public key by private key with `SecKeyCopyPublicKey` on macOS failed?
I've been creating a key pair on macOS by SecKeyCreateRandomKey.
According to Apple Document (https://developer.apple.com/documentation/security/generating-new-cryptographic-keys?language=objc), I ...
0
votes
0
answers
1k
views
Snowflake DB Key-Pair Implementation Issue in C#
I am working on Snowflake Database Key-Pair implementation (migrating from user_id & password to Key-Pair) in .net Framework 4.8. I have installed Snowflake data connector version 4.0. I have ...
-1
votes
1
answer
97
views
Generate two key pairs and testing them for equality says they aren't equal. Why? [closed]
To generate these keys, I xor two values together. The methods that perform this operation yield the keySeed value. This operation was considered trivial and hence it isn't disclosed in the code that ...
2
votes
2
answers
342
views
How can I use key from AndroidKeyStore instead of password to authenticate my SSH client connection?
I am unable to login to server using key authentication from my client Android app. I am able to login to server from my app using password authentication. I am able to login to server using key ...
0
votes
0
answers
2k
views
ADF Snowflake Connector - Key pair authentication - Failed to parse PEM block containing the private key
I have created RSA key pair for my snowflake service account.
I tested authenticating snowflake with this RSA keys in python. Data from snowflake loaded successfully.
Now I'm trying to use this RSA ...
1
vote
1
answer
1k
views
ssh-ed25519 string to public key in java
I'm pretty much novice in cryptography and has an issue with loading a ed25519 public key string into java.security.PublicKey. It works when I try a key using openssl, but not when I load a key which ...
1
vote
1
answer
212
views
SFTP in PHP with Key
I wish to use code in PHP to authenticate using keypair over SFTP.
I am using Laravel, however I wish to code using seperate SFTP.
From research I have:
composer require phpseclib/phpseclib:~3.0
...
0
votes
0
answers
207
views
If a public key is rotated out for session that used the key to authenticate, do running queries fail?
If my session is authenticated with a keypair, and I start a query that runs so long that my key gets rotated out, does my query fail?
I couldn't find documentation, and I haven't experimented myself. ...
2
votes
1
answer
472
views
Can't create a new key-pair using CloudFormation AWS
I am trying to create a new key pair using the CloudFormation service AWS.
I wrote the yaml below and sent it to CF. But it caused a strange result.
AWSTemplateFormatVersion: "2010-09-09"
...