opendatahub-io / model-registry-operator

Apache License 2.0
3 stars 17 forks source link

Add PostgreSQL SSL connection options, resolves #16 #35

Closed dhirajsb closed 10 months ago

dhirajsb commented 10 months ago

Description

Added CR properties to configure cert, key, key password, and CA certs for PostgreSQL SSL connection. Resolves #16

How Has This Been Tested?

Tested configuration manually by creating secrets and setting the SSL properties manually. However, mlmd Docker image has an issue with creating a PostgreSQL SSL connection, See: https://github.com/google/ml-metadata/issues/187

Merge criteria: