s3 bucket SSL connection #6111
SchmidtJonathan1
started this conversation in
General
Replies: 1 comment 4 replies
-
Hello, |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I've some problems with my SSL connection to the s3 bucket. The connection was already checked without SSL, it works perfect.
The line "insecure: false" and my secret are added to the template YAML data.
After a 40 second run, it write the following output:
level=info msg="Getting from s3 (endpoint: [NameOfS3Bucket], bucket: ai-library-01, key: flake_analysis/training/zips/flakes.tar.gz) to /argo/inputs/artifacts/flakestraindata.tmp"
level=warning msg="Failed get file: Get https://[NameOfS3Bucket]/ai-library-01/?location=: x509: certificate signed by unknown authority"
level=info msg="S3 Load path: /argo/inputs/artifacts/flakestraindata.tmp, key: flake_analysis/training/zips/flakes.tar.gz"
level=info msg="Creating minio client [NameOfS3Bucket] using static credentials"
Is there a possibility to run it with a self signed SSL certificate?
Thanks for your help
Beta Was this translation helpful? Give feedback.
All reactions