Re: dispchar for oauth_client_secret

Jacob Champion <jacob.champion@enterprisedb.com>

From: Jacob Champion <jacob.champion@enterprisedb.com>
To: Noah Misch <noah@leadboat.com>
Cc: Jelte Fennema-Nio <postgres@jeltef.nl>, pgsql-hackers@postgresql.org
Date: 2025-04-29T20:26:43Z
Lists: pgsql-hackers
On Mon, Apr 28, 2025 at 6:49 PM Noah Misch <noah@leadboat.com> wrote:
> > Subject: [PATCH 1/2] oauth: Disallow OAuth connections via postgres_fdw/dblink
> > Subject: [PATCH 2/2] oauth: Classify oauth_client_secret as a password
>
> Both look good.

Committed. Thanks for the review!

--Jacob



Commits

  1. oauth: Classify oauth_client_secret as a password

  2. oauth: Disallow OAuth connections via postgres_fdw/dblink

  3. Add support for OAUTHBEARER SASL mechanism