What problem are you facing?
One popular use case is to use provider-sql with Amazon RDS. The latest version introduced verify-full as default sslMode, which requires that provider-sql needs to trust the RDS CA to be able to connect. Without trust it will return x509: certificate signed by unknown authority when trying to connect.
How could Crossplane help solve your problem?
I think that the RDS CA should be added to the Docker image, so that it works out of the box for RDS.
What problem are you facing?
One popular use case is to use provider-sql with Amazon RDS. The latest version introduced
verify-fullas default sslMode, which requires that provider-sql needs to trust the RDS CA to be able to connect. Without trust it will returnx509: certificate signed by unknown authoritywhen trying to connect.How could Crossplane help solve your problem?
I think that the RDS CA should be added to the Docker image, so that it works out of the box for RDS.