Re: Make PGOAUTHCAFILE in libpq-oauth work out of debug mode

From: Daniel Gustafsson <daniel(at)yesql(dot)se>
To: "Jonathan Gonzalez V(dot)" <jonathan(dot)abdiel(at)gmail(dot)com>
Cc: Jacob Champion <jacob(dot)champion(at)enterprisedb(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Make PGOAUTHCAFILE in libpq-oauth work out of debug mode
Date: 2025-11-04 13:26:00
Message-ID: 53D25726-E359-4DC0-88D5-B9ED7C3A43FD@yesql.se
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> On 4 Nov 2025, at 14:00, Jonathan Gonzalez V. <jonathan(dot)abdiel(at)gmail(dot)com> wrote:

> Ho! where can I see this list? I'd love to help with something here!

There is no documented list as far as I can remember, but look for calls to
oauth_unsafe_debugging_enabled() in:

https://github.com/postgres/postgres/blob/master/src/interfaces/libpq/fe-auth-oauth.c

And conditionals checking the actx->debugging variable in:

https://github.com/postgres/postgres/blob/master/src/interfaces/libpq-oauth/oauth-curl.c

--
Daniel Gustafsson

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2025-11-04 13:48:38 Re: bug: virtual generated column can be partition key
Previous Message Ranier Vilela 2025-11-04 13:17:17 Re: Enhance security permissions