berenddeboer / cdk-rds-sql

A CDK construct that allows creating roles and databases an on Aurora Serverless Postgresql cluster.
Apache License 2.0
23 stars 11 forks source link

feat!: enable ssl by default #38

Open berenddeboer opened 2 months ago

berenddeboer commented 2 months ago

Set the ssl option on the provider to false to revert to the previous behaviour. This addresses #34 and #35.

BREAKING CHANGE: ssl connections are now enabled by default.

Fixes #

mMeijden commented 1 week ago

Hi, any indication when this will be able to be merged? Is there help needed on testing? Appreciate the effort so far! This is a feature i would need for my postgres databases.