AWS S3 Connection failure
Hello, I am trying to connect to the AWS S3 bucket with the Access Key Id and Secret access key using the AWS S3 Account type in Snaplogic. But it fails to validate and throws an error Failed to validate account:Cause: Access Denied (Service: Amazon S3; Status Code: 403 Using the same credentials I am able to connect with AWS S3 Bucket using AWS CLI and in PostMan as well by selecting Authorization type as AWS Signature. Can someone please help to identify why it is failing to connect in Snaplogic only?3.5KViews1like2CommentsSetting up SSH account
Hi. I’m trying to set up an SSH Auth account in order to connect to an SFTP server. I’ve been given a .ppk file that was generated by PuttyGen and I’ve verified that I can connect to the SFTP server using an FTP app (WinSCP) by supplying the user name and this .ppk file (the pass phrase is blank). However I can’t seem to generate a correct private key that works with the SSH Auth account in SnapLogic. I opened the file with PuttyGen then selected the menu option Conversion…Export OpenSSH Key. It generated a file like: -----BEGIN OPENSSH PRIVATE KEY----- b3BlbnNzaC1rZXktdjEAAAAABG5vbmUAAAAEbm9uZQAAAAAAAAABAAAAMwAAAAtz blah etc. LTIwMTgwNTI5AQIDBAUGBwgJ -----END OPENSSH PRIVATE KEY----- I pasted this text into the “private key” field in the SSH Auth setup. However, when I use the account with a “Multi File Reader” snap, I get the error: Invalid private key Resolution: Please ensure private key is in OpenSSH key file format. Reason: Missing private key header/footer might be a possible reason Can somebody please tell me what I’m doing wrong?Solved6.5KViews0likes4CommentsKafka SSL account validation to confluent cloud
Hi, So I am trying to connect to my env in the confluent cloud using the kafka ssl account configuration. After doing everything step by step creating the keystore and truststore file and also creating api key secret in confluent cloud and also the right passwords for the trust/keystore files. https://docs-snaplogic.atlassian.net/wiki/spaces/SD/pages/1802240621/Kafka+SSL+Account My questions has anyone had a use case that needed to configure kafka ssl acount? My configurations: Regards JensSolved4.4KViews0likes4CommentsJdbc insert snap account as auto commit is enabled
Hi, The pipeline sends the record to JDBC INSERT snap, under JDBC INSERT Snap account has auto commit is enabled and batch size is 60. if 180 records are streamed into JDBC INSERT Snap and there was an error in 140th record, how many records JDBC INSERT SNAP sending? thanks2.6KViews0likes3CommentsCreate TrustStore & KeyStore Files From Certificate?
I’ve been provided a PEM certificate in a .cer file format for connecting to an API by a third-party, and I’m trying to convert it to the correctly formatted truststore and keystore .jks files so that I can create a REST SSL account. Does anyone have any resources or instructions that clearly outline how to do this? I’ve unfortunately been unsuccessful using the keytool utility bundled with the JDK. I don’t personally have any experience doing this. Thank you in advance.Solved21KViews0likes3CommentsSnowflake jdbc CLIENT_SESSION_KEEP_ALIVE
When creating a Snowflake account, is it possible to confirm the value for property CLIENT_SESSION_KEEP_ALIVE? Recently ran into an issue where we receive the following error after 4 hours has passed “Authentication token has expired. The user must authenticate again.”Solved2.8KViews0likes1CommentDoes Snaplogic support Ed25519 SSH keys?
I’m guessing that it doesn’t because when I try to use one in that format I get an “Invalid private key” error, but it would be helpful if someone could confirm that. Here’s the full error: Invalid private key Resolution: Please ensure private key is in OpenSSH key file format. Reason: Missing private key header/footer might be a possible reason and here’s my key: -----BEGIN OPENSSH PRIVATE KEY----- blah etc. -----END OPENSSH PRIVATE KEY----- The key is valid because it does work in other clients like Filezilla.Solved2.9KViews0likes1Comment