Re: pgsql: postgres_fdw: improve security checks

2025-03-26 Thread Peter Eisentraut
On 26.03.25 01:59, Tom Lane wrote: Peter Eisentraut writes: postgres_fdw: improve security checks This patch is failing on "drongo" [1]. It looks like the problem is that the pg_hba.conf file being used doesn't allow for TCP loopback connections. To make that safe, the test would have to be

Re: pgsql: postgres_fdw: improve security checks

2025-03-25 Thread Tom Lane
Peter Eisentraut writes: > postgres_fdw: improve security checks This patch is failing on "drongo" [1]. It looks like the problem is that the pg_hba.conf file being used doesn't allow for TCP loopback connections. To make that safe, the test would have to be changed to not run by default. We c

pgsql: postgres_fdw: improve security checks

2025-03-24 Thread Peter Eisentraut
postgres_fdw: improve security checks SCRAM pass-through should not bypass the FDW security check as it was implemented for postgres_fdw in commit 761c79508e7. This commit improves the security check by adding new SCRAM pass-through checks to ensure that the required SCRAM connection options are