mirror of
https://github.com/bitnami/containers.git
synced 2026-03-23 14:57:41 +08:00
[bitnami/pgpool] Remove deprecated users from pg_hba.conf (#74166)
Signed-off-by: Yukha Dharmeswara <yukha.dw@samsung.com>
This commit is contained in:
committed by
GitHub
parent
a40c5035ae
commit
df8506d6bb
@@ -366,8 +366,6 @@ EOF
|
||||
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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user