After upgrading to PostgreSQL 15 found that by default traffic needs to use SSL. This forces the deployment of stratos to use ssl and the root ca already colocated in the trusted keystore of CF. Verified in dev and ran a SELECT * from pg_stat_ssl to verify.
Swear I saw a yaml anchor from dev to stage/prod, must have imagined it, this change is for stage and prod
Changes proposed in this pull request:
SELECT * from pg_stat_ssl
to verify.Security considerations
Forces SSL to RDS db