digitalocean / digitalocean/do-operator
Database CA should be included in credentials secret
Open
- Dominant language
- Go
- Stars
- 95
- Forks
- 10
- Avg merge
- 9h 30m
- Merged PRs (30d)
- 1
Description
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.
Contributor guide
Assessment
This issue has not been assessed yet.