Re: [PoC] Federated Authn/z with OAUTHBEARER

From: Jacob Champion <jacob(dot)champion(at)enterprisedb(dot)com>
To: Thomas Munro <thomas(dot)munro(at)gmail(dot)com>
Cc: Andres Freund <andres(at)anarazel(dot)de>, Daniel Gustafsson <daniel(at)yesql(dot)se>, Peter Eisentraut <peter(at)eisentraut(dot)org>, Antonin Houska <ah(at)cybertec(dot)at>, PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [PoC] Federated Authn/z with OAUTHBEARER
Date: 2025-03-07 00:35:43
Message-ID: CAOYmi+=4htNLXvuTS58GL96qwBptToDop09PWFy6uzDHNz4qTw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, Mar 6, 2025 at 12:57 PM Jacob Champion
<jacob(dot)champion(at)enterprisedb(dot)com> wrote:
> Problem 1 is a simple patch. I am working on a fix for Problem 2, but
> I got stuck trying to get a "perfect" solution working yesterday...
> Since this is a partial(?) blocker for getting NetBSD going, I'm going
> to pivot to an ugly-but-simple approach today.

Attached:
- 0001 fixes IPv6 failures,
- 0002 fixes set_timer() on Mac, and
- 0003-0005 are the existing followup patches from upthread.

Thanks!
--Jacob

Attachment Content-Type Size
0001-oauth-Use-IPv4-only-issuer-in-oauth_validator-tests.patch application/octet-stream 3.2 KB
0002-oauth-Fix-postcondition-for-set_timer-on-BSD.patch application/octet-stream 3.6 KB
0003-oauth-Disallow-synchronous-DNS-in-libcurl.patch application/octet-stream 4.5 KB
0004-oauth-Improve-validator-docs-on-interruptibility.patch application/octet-stream 1.9 KB
0005-oauth-Simplify-copy-of-PGoauthBearerRequest.patch application/octet-stream 992 bytes

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Sami Imseih 2025-03-07 00:44:27 Re: Query ID Calculation Fix for DISTINCT / ORDER BY and LIMIT / OFFSET
Previous Message Jelte Fennema-Nio 2025-03-07 00:05:13 Re: Add Pipelining support in psql