digitalocean / do-operator

The Kubernetes Operator for DigitalOcean
Apache License 2.0
77 stars 10 forks source link

Database CA should be included in credentials secret #40

Open craigtracey opened 1 year ago

craigtracey commented 1 year ago

Currently the connection details for databases indicate that sslmode should be required. But, as the CA certificate securing these databases is self-signed, doing so properly is not possible without the CA certificate. A user could download this certificate out-of-band from the operator, but doing so is inconvenient and cumbersome.

Where applicable, the operator should include the CA certificate data in the credentials secret.