spring-cloud-aws icon indicating copy to clipboard operation
spring-cloud-aws copied to clipboard

Support connect to RDS databases using SSL

Open kzwang opened this issue 6 years ago • 0 comments

The JDBC URL created by Spring Cloud AWS doesn't have SSL parameters and doesn't allow applications to pass additional parameters in the EnableRdsInstance annotation or cloud.aws.rds. properties. Ideally, it should also set up AWS RDS CA automatically (if the app chooses to use SSL).

kzwang avatar Aug 29 '19 23:08 kzwang