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.4KViews0likes4CommentsKafka 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.4KViews0likes4CommentsKafka configuration account
Hi, I am trying to configure kafka account in snaplogic but it always keeps getting timeout. I configured it in Postman and also in a rest post snap and that works with a header Authorization and then Basic xxxx. But in the kafka producer snap the account configuration only needs a bootstrap server (I have this one), lets say test:9092 But I also have a value pair Key: 123 and a value pair Secret: XYZ How do I configure these two value pairs I already tried tons of things like: Same as REST POST: Authorization: Basic xxx, also added Content-Type: application/json Key: 123 and Secret: XYZ Tried kafka.api.key: 123 and kafka.api.secret: XYZ They keep getting timed out. Has someone had a familiar case where they needed to configure a kafka account with a key and a secret and has some more insight in this? Regards Jens1.8KViews0likes0CommentsJdbc 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.7KViews0likes1Comment