Skip to main content
AI Assist is now on Stack Overflow. Start a chat to get instant answers from across the network. Sign up to save and share your chats.
Advice
0 votes
1 replies
64 views

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 ...
Nivazz's user avatar
  • 21
0 votes
0 answers
74 views

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 ...
slybitz's user avatar
  • 719
0 votes
1 answer
29 views

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 ...
da Lin's user avatar
  • 1
0 votes
0 answers
329 views

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 ...
Rahul Bhosale's user avatar
0 votes
0 answers
141 views

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 ...
yanran's user avatar
  • 63
1 vote
1 answer
790 views

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 ...
Srikant R's user avatar
0 votes
0 answers
62 views

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 ...
yanran's user avatar
  • 63
0 votes
0 answers
1k views

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 ...
Swapnil Shopping's user avatar
-1 votes
1 answer
97 views

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 ...
8483315's user avatar
  • 39
2 votes
2 answers
342 views

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 ...
user avatar
0 votes
0 answers
2k views

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 ...
Muzaffar Mohammed's user avatar
1 vote
1 answer
1k views

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 ...
dimuthu's user avatar
  • 905
1 vote
1 answer
212 views

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 ...
Datadimension's user avatar
0 votes
0 answers
207 views

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. ...
Levin's user avatar
  • 2,045
2 votes
1 answer
472 views

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" ...
agongji's user avatar
  • 301

15 30 50 per page
1
2 3 4 5
20