Re: SCRAM pass-through authentication for postgres_fdw

Matheus Alcantara <matheusssilv97@gmail.com>

From: Matheus Alcantara <matheusssilv97@gmail.com>
To: Peter Eisentraut <peter@eisentraut.org>
Cc: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>, Jacob Champion <jacob.champion@enterprisedb.com>
Date: 2025-01-14T14:14:54Z
Lists: pgsql-hackers

Attachments

Em ter., 14 de jan. de 2025 às 06:21, Peter Eisentraut
<peter@eisentraut.org> escreveu:
>
> 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.)
>
Oops, sorry about that.

> 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.

It looks good to me, it's much clearer now. Thanks.

v4 attached with these fixes and also rebased with master.

-- 
Matheus Alcantara

Commits

  1. postgres_fdw and dblink should check if backend has MyProcPort

  2. postgres_fdw: SCRAM authentication pass-through