fly-apps / postgres-ha

Postgres + Stolon for HA clusters as Fly apps.
Apache License 2.0
318 stars 131 forks source link

Passwords should not have default values #16

Closed davissp14 closed 3 years ago

davissp14 commented 3 years ago

Default passwords need to go. We need to remove these and properly fail when the required credentials are not being set.

This could leave PG's at risk if they:

  1. Don't properly set their credentials.
  2. Opened up a service port, exposing their PG to the open internet.
davissp14 commented 3 years ago

Fixed: https://github.com/fly-apps/postgres-ha/pull/20