Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Option for dev env to enable ssl for postgres #15151

Open
wants to merge 1 commit into
base: devel
Choose a base branch
from

Commits on Apr 26, 2024

  1. Option for dev env to enable ssl for postgres

    PG_TLS=true make docker-compose
    
    This will add some extra startup commands
    for the postgres container to generate a key and
    cert to use for postgres connections.
    It will also mount in pgssl.conf which has ssl configuration.
    
    This can be useful for debugging issues that only surface
    when using ssl postgres connections.
    fosterseth committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    566ce81 View commit details
    Browse the repository at this point in the history