aws / amazon-mwaa-docker-images

Apache License 2.0
24 stars 11 forks source link

Enforce sslmode=require for Postgres database #28

Closed rafidka closed 5 months ago

rafidka commented 8 months ago

Overview

When crafting the connection string for connecting to the Postgres database, we currently pass sslmode=prefer. We need to make sure we always require sslmode.

Acceptance Criteria

jessefrn1 commented 5 months ago

For Docker Compose, we don't have SSL enabled for the Postgres service.