Enforce sslmode=require (or stricter, with CA verification) so no client can connect to the managed database over plaintext.
Why This Matters
Unencrypted connections expose credentials and query data to network interception, especially across cloud boundaries.
Related Rules
Catch this automatically on every PR
BeforeMerge scans your pull requests against this rule and dozens more. Get actionable feedback before code ships.