Description
Is your feature request related to a problem? Please describe
Currently gitpod-db service only takes basic credentials which is counter to many corporate requirements around best practices for access. Without it users have to raise an exception to be allowed to install it.
The mysql library gitpod-db uses exposes a configurable ssl setting, including RDS specific configuration that loads the AmazonAWS certificates.
The only other change appears to be in our db migration job, which would need to be modifiable in cases where SSL is used, since it is performing a mysql cli command.
Describe the behaviour you'd like
Allow the user to enable at minimum --ssl-mode=VERIFY_IDENTITY
and --ssl-ca=custom-ca.crt
level of options to their mysql configuration part of the Gitpod installation.
If it is an RDS mysql instance, the user should be able to specify that.
Metadata
Metadata
Assignees
Labels
Type
Projects
Status