Skip to content

Bind pgAdmin to every IPv4 address by default #3841

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

Merged
merged 1 commit into from
Feb 8, 2024

Conversation

cbandy
Copy link
Member

@cbandy cbandy commented Feb 8, 2024

The upstream default is "127.0.0.1", the IPv4 loopback address, which allows only local connections.

Checklist:

  • Have you added an explanation of what your changes do and why you'd like them to be included?
  • Have you updated or added documentation for the change, as applicable?
  • Have you tested your changes on all related environments with successful results, as applicable?
    • Have you added automated tests?

Type of Changes:

  • Bug fix

What is the current behavior (link to any open issues here)?

Cannot connect via Service because pgAdmin is binding to localhost.

What is the new behavior (if this is a feature change)?

Can connect via Service because pgAdmin is binding to all IPv4 addresses.

Other Information:

Fixes: #3809

The upstream default is "127.0.0.1", the IPv4 loopback address, which
allows only local connections.

Issue: CrunchyData#3809
Issue: PGO-842
@cbandy cbandy merged commit 5525677 into CrunchyData:master Feb 8, 2024
@cbandy cbandy deleted the pgadmin-bind branch February 8, 2024 20:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Namespace-Scoped pgAdmin 4 is not accessible via Service
2 participants