Uploaded image for project: 'Red Hat 3scale API Management'
  1. Red Hat 3scale API Management
  2. THREESCALE-6126

Fix documentation about Zync custom CA

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Critical
    • None
    • 2.6 GA, 2.7 GA, 2.8 GA, 2.9 GA
    • Documentation

    Description

      In this paragraph we are referring to the zync pod but since 3scale 2.6 to add a custom CA to handle RH-SSO these same steps must be ran on zync-que.
      This paragraph must be rewritten for zync-que instead of zync.

      oc exec <zync-que-pod-id> cat /etc/pki/tls/cert.pem > zync.pem
      
      oc set volume dc/zync-que --add --name=zync-ca-bundle --mount-path /etc/pki/tls/zync/zync.pem --sub-path zync.pem --source='{"configMap":{"name":"zync-ca-bundle","items":[{"key":"zync.pem","path":"zync.pem"}]}}'
      
      oc exec <zync-que-pod-id> cat /etc/pki/tls/cert.pem
      
      oc set env dc/zync-que SSL_CERT_FILE=/etc/pki/tls/zync/zync.pem
      

      The following step can be removed as it is already part of one of the previous command:

      oc patch dc/zync --type=json -p '[{"op": "add", "path": "/spec/template/spec/containers/0/volumeMounts/0/subPath", "value":"zync.pem"}]'
      

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              rhn-support-cpalmier Carlo Palmieri (Inactive)
              Darren Fennessy Darren Fennessy
              Petr Hála Petr Hála
              Votes:
              0 Vote for this issue
              Watchers:
              6 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: