Default TOMSWALLAPI_DB_SSLMODE to require; document local-dev override
#20
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem. The default is
disable. The database carries the completefirewall policy for the estate and the credentials that guard it; plaintext
Postgres as the out-of-the-box posture is the wrong default even though
docker-compose localhost is the common dev case.
Proposal. Default
require(orverify-fullwhere CA material isavailable); set
disableexplicitly indocker-compose.ymlfor local dev.Defaults should be safe in production and overridden for dev, not the reverse.