Uploaded image for project: 'Project Quay'
  1. Project Quay
  2. PROJQUAY-903

Add docs about adding a custom CA cert to the config-app instance

XMLWordPrintable

      Customers deploying Quay in disconnected / air-gapped environments often employ a custom CA that signed all their TLS-protected internal endpoints. To allow the config-app to do validation of configuration settings it needs to call those endpoints (S3, Postgres, etc) using a correct SSL certificate chain.
      Therefore it needs to be possible to inject a CA certificate into the config-app at startup.

      This will be possible with 3.3.1 and should be achieved by running the config-app like so:

      podman run -d -p 8443:8443 -v /path/to/my/ca.pem:/conf/stack/extra_ca_certs/ca.pem:Z quay.io/redhat/quay:v3.3.1 config my-secret-password

              rhn-support-stevsmit Steven Smith
              DanielMesser Daniel Messer
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

                Created:
                Updated:
                Resolved: