I am trying to use aws-s3 with an on-premise S3 store. It look like the cert of the CA is missing:
Caused by: com.amazonaws.SdkClientException: Unable to execute HTTP request: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
Is there an example for adding the required certificate into the camel integration?
Hi, @rmaugusto, I guess installing Camel K on AWS+EKS has always been the hardest one.. Did you try to setup a registry for images after installing?
I saw ECR is not supported yet, I installed registry over proxy for ECR ( https://hub.docker.com/r/catalinpan/aws-ecr-proxy/ )... I have tried some docker commands and worked, I'm gonna try new registry. How could I debug ? I could not see any error log.