Re: SCRAM pass-through authentication for postgres_fdw
Peter Eisentraut <peter@eisentraut.org>
From: Peter Eisentraut <peter@eisentraut.org>
To: Matheus Alcantara <matheusssilv97@gmail.com>
Cc: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>,
Jacob Champion <jacob.champion@enterprisedb.com>
Date: 2025-01-14T09:21:44Z
Lists: pgsql-hackers
Attachments
- v2.1-0001-postgres_fdw-SCRAM-authentication-pass-through.patch (text/plain) patch v2-0001
- v2.1-0002-fixup-postgres_fdw-SCRAM-authentication-pass-th.patch (text/plain) patch v2-0002
On 09.01.25 16:22, Matheus Alcantara wrote: > Yeah, I also think that makes sense. > > I've made all changes on the attached v2. (This should probably have been v3, since you had already sent a v2 earlier.) This all looks good to me. Attached is a fixup patch where I have tried to expand the documentation a bit in an attempt to clarify how to use this. Maybe check that what I wrote is correct.
Commits
-
postgres_fdw and dblink should check if backend has MyProcPort
- 762fed90bfee 18.0 landed
- 138750dde4a8 19 (unreleased) landed
-
postgres_fdw: SCRAM authentication pass-through
- 761c79508e7f 18.0 landed