-
Bug
-
Resolution: Done
-
Critical
-
quay-v3.7.0
Description:
This is an issue found when deploy Quay with Operator, when choose to use unmanaged component 'clairpostgres', and provide external Postgres DB to Clair to use, but the external Postgres DB require to use 'sslmode=verify-full' with provided sslrootcert. Now in Clair there's no way to specify the sslrootcert. Pls review this issue.
Quay Image: quay-operator-bundle-container-v3.7.0-73
The following is example when connect to Postgres DB with sslmode=verify-full
psql "sslmode=verify-full sslrootcert=BaltimoreCyberTrustRoot.crt host=mydemoserver.postgres.database.azure.com dbname=postgres user=myusern@mydemoserver"