google / ml-metadata

For recording and retrieving metadata associated with ML developer and data scientist workflows.
https://www.tensorflow.org/tfx/guide/mlmd
Apache License 2.0
616 stars 145 forks source link

Add support for command line server ssl options #186

Open dhirajsb opened 10 months ago

dhirajsb commented 10 months ago

Server ssl options to set ssl certs, etc. are only supported in a configuration file. However, the configuration file options are ignored if db connection options are specified on the command line.

Add support for specifying server ssl options on the command line to be compatible with db command line options.

dhirajsb commented 10 months ago

@XinranTang is this something that can be fixed quickly?