Re: Make PGOAUTHCAFILE in libpq-oauth work out of debug mode
Daniel Gustafsson <daniel@yesql.se>
From: Daniel Gustafsson <daniel@yesql.se>
To: "Jonathan Gonzalez V." <jonathan.abdiel@gmail.com>
Cc: Jacob Champion <jacob.champion@enterprisedb.com>,
PostgreSQL Hackers <pgsql-hackers@postgresql.org>
Date: 2025-11-04T13:26:00Z
Lists: pgsql-hackers
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
libpq: Split PGOAUTHDEBUG=UNSAFE into multiple options
- 6d00fb9048fe 19 (unreleased) landed
-
libpq: Add oauth_ca_file option to change CAs without debugging
- 993368113c43 19 (unreleased) landed
> On 4 Nov 2025, at 14:00, Jonathan Gonzalez V. <jonathan.abdiel@gmail.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