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: PostgreSQL Hackers <pgsql-hackers@postgresql.org>
Date: 2025-11-03T14:24:37Z
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 29 Oct 2025, at 20:19, Jonathan Gonzalez V. <jonathan.abdiel@gmail.com> wrote: > This patch basically remove the need of setting the PGOAUTHDEBUG=UNSAFE > to be able to use PGOAUTHCAFILE. If we do allow this (IIRC we did discuss during development to allow this but erred on the side of caution) it should probably be made into a env var *and* connection param setting like how libpq is otherwise configured? -- Daniel Gustafsson