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

[bitnami/pgpool] pool_hba.conf contains unknown users? #73526

Open
yukha-dw opened this issue Oct 23, 2024 · 0 comments
Open

[bitnami/pgpool] pool_hba.conf contains unknown users? #73526

yukha-dw opened this issue Oct 23, 2024 · 0 comments
Assignees
Labels
in-progress pgpool tech-issues The user has a technical issue about an application

Comments

@yukha-dw
Copy link

Name and Version

bitnami/pgpool:4.5.4-debian-12-r2

What architecture are you using?

amd64

What steps will reproduce the bug?

It's not really a bug but I'm not sure where to ask. On default pool_hba.conf, current script let pop_user & wide users to be accessed without auth (trust). Is it intentional or remnant of previous version? I don't see any reference here nor pgpool's source code. Thank you in advance.

cat >>"$PGPOOL_PGHBA_FILE" <<EOF
${sr_check_auth_line}
${postgres_auth_line}
host all wide all trust
host all pop_user all trust
host all all all ${all_authentication}
EOF
}

What is the expected behavior?

pool_hba.conf doesn't contain give free pass to unknown users

What do you see instead?

pool_hba.conf gives free pass to unknown users

Additional information

No response

@yukha-dw yukha-dw added the tech-issues The user has a technical issue about an application label Oct 23, 2024
@github-actions github-actions bot added the triage Triage is needed label Oct 23, 2024
@github-actions github-actions bot removed the triage Triage is needed label Oct 23, 2024
@github-actions github-actions bot assigned jotamartos and unassigned javsalgar Oct 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in-progress pgpool tech-issues The user has a technical issue about an application
Projects
None yet
Development

No branches or pull requests

3 participants