Re: dispchar for oauth_client_secret
Noah Misch <noah@leadboat.com>
From: Noah Misch <noah@leadboat.com>
To: Jacob Champion <jacob.champion@enterprisedb.com>
Cc: Jelte Fennema-Nio <postgres@jeltef.nl>, pgsql-hackers@postgresql.org
Date: 2025-04-29T01:49:13Z
Lists: pgsql-hackers
On Mon, Apr 21, 2025 at 08:18:58AM -0700, Jacob Champion wrote: > Attached is my proposed fix. 0001 disables use of the new oauth_* > options in our FDWs. 0002 changes dispchar. > 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.
Commits
-
oauth: Classify oauth_client_secret as a password
- e974f1c2164b 18.0 landed
-
oauth: Disallow OAuth connections via postgres_fdw/dblink
- d2e7d2a09d7d 18.0 landed
-
Add support for OAUTHBEARER SASL mechanism
- b3f0be788afc 18.0 cited