Uploaded image for project: 'FlightPath'
  1. FlightPath
  2. FLPATH-2106

[docs] move2kube needs additional optional step for m2k props if self signed cert

XMLWordPrintable

    • False
    • Hide

      None

      Show
      None
    • False
    • Important

      Description of the problem:

      If the openshift cluster has a self signed certificate for ingress, the m2k-props cm quarkus.rest-client.move2kube_yaml.url value needs to be updated to use the svc url rather than the move2kube route, otherwise move2kube/workflow will generate a certificate error when running the workflow.  

      The default value:

      oc get cm m2k-props -o yaml
      apiVersion: v1
      data:
        application.properties: |2   
          [..truncated..]
          # This property is used to send requests to the move2kube instance
          quarkus.rest-client.move2kube_yaml.url=${MOVE2KUBE_URL}

       
      Change to the svc url

      oc get cm m2k-props -o yaml
      apiVersion: v1
      data:
        application.properties: |2   
          [..truncated..]     
          # This property is used to send requests to the move2kube instance
          quarkus.rest-client.move2kube_yaml.url=http://move2kube-svc.move2kube.svc.cluster.local:8080
        

       

       

       

       

      How reproducible:

      Steps to reproduce:

      1.

      2.

      3.

      Actual results:

      Expected results:

              rh-ee-eshalev Elai Shalev
              chadcrum Chad Crum
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated: