You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2022/10/05 20:01:10 UTC

[GitHub] [camel-k] johnpoth commented on issue #3708: e2e test TestKamelCLIRun (Run with http dependency) consistently failing on OCP4

johnpoth commented on issue #3708:
URL: https://github.com/apache/camel-k/issues/3708#issuecomment-1265142014

   Hi @tadayosi ! Yes it works on OpenShift but you do have to extract the secret and trust it client side, so something like:
   
   `
   oc extract secret/router-ca --keys=tls.crt -n openshift-ingress-operator
   export SSL_CERT_FILE=$pwd/tls.crt
   `
   
   If we want to be fancy we can do it automatically in the Kamel CLI [#3176](https://github.com/apache/camel-k/issues/3176)
   
   Thanks !
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org