Re: SCRAM pass-through authentication for postgres_fdw

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: Matheus Alcantara <matheusssilv97(at)gmail(dot)com>
Cc: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>, Jacob Champion <jacob(dot)champion(at)enterprisedb(dot)com>
Subject: Re: SCRAM pass-through authentication for postgres_fdw
Date: 2025-01-14 09:21:44
Message-ID: 4514b37b-284d-407c-8e43-1a717e66ee00@eisentraut.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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.

Attachment Content-Type Size
v2.1-0001-postgres_fdw-SCRAM-authentication-pass-through.patch text/plain 25.0 KB
v2.1-0002-fixup-postgres_fdw-SCRAM-authentication-pass-th.patch text/plain 8.6 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrey Borodin 2025-01-14 09:22:42 Re: Sort functions with specialized comparators
Previous Message Alvaro Herrera 2025-01-14 09:10:35 Re: downgrade some aclchk.c errors to internal