Re: dispchar for oauth_client_secret

From: Noah Misch <noah(at)leadboat(dot)com>
To: Jacob Champion <jacob(dot)champion(at)enterprisedb(dot)com>
Cc: Jelte Fennema-Nio <postgres(at)jeltef(dot)nl>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: dispchar for oauth_client_secret
Date: 2025-04-29 01:49:13
Message-ID: 20250429014913.6f.nmisch@google.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
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.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Amit Kapila 2025-04-29 03:46:18 Re: Fix slot synchronization with two_phase decoding enabled
Previous Message Alexander Korotkov 2025-04-29 01:39:23 Re: Slot's restart_lsn may point to removed WAL segment after hard restart unexpectedly