[bitnami/pgpool] Remove deprecated users from pg_hba.conf (#74166)

Signed-off-by: Yukha Dharmeswara <yukha.dw@samsung.com>
This commit is contained in:
Yukha Dharmeswara
2024-11-07 22:15:31 +07:00
committed by GitHub
parent a40c5035ae
commit df8506d6bb

View File

@@ -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
}