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

Prevent superuser from being a connection pool user #906

Merged
merged 2 commits into from Apr 9, 2020

Commits on Apr 7, 2020

  1. Prevent superuser from being connection pool user

    It's not supported, neither it's a best practice. Also fix potential
    null pointer access.
    erthalion committed Apr 7, 2020
    Copy the full SHA
    6ff099e View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2020

  1. Forbid also protected and other system users

    For protected users it makes sense by intent of protecting this users
    (e.g. from being overriden or used as something else than supposed). For
    system users the reason is the same as for superuser, it's about
    replicastion user and it's under patroni control.
    erthalion committed Apr 8, 2020
    Copy the full SHA
    e93b86d View commit details
    Browse the repository at this point in the history