Re: [PoC] Federated Authn/z with OAUTHBEARER

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: Daniel Gustafsson <daniel(at)yesql(dot)se>, Jacob Champion <jacob(dot)champion(at)enterprisedb(dot)com>
Cc: 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-02-24 14:41:12
Message-ID: a336d614-dc90-4e69-916e-88f18c134106@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


On 2025-02-20 Th 11:29 AM, Daniel Gustafsson wrote:
>> On 19 Feb 2025, at 15:13, Daniel Gustafsson<daniel(at)yesql(dot)se> wrote:
>> Unless something shows up I plan to commit this sometime tomorrow to allow it
>> ample time in the tree before the freeze.
> I spent a few more hours staring at this, and ran it through a number of CI and
> local builds, without anything showing up. Pushed to master with the first set
> of buildfarm animals showing green builds.

I notice that 001_server.pl contains this:

if ($ENV{with_python} ne 'yes')
{
    plan skip_all => 'OAuth tests require --with-python to run';
}

and various other things that insist on this. But I think all we should
need is for Python to be present, whether or not we are building plpython.

cheers

andrew

--
Andrew Dunstan
EDB:https://www.enterprisedb.com

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Daniel Gustafsson 2025-02-24 14:48:13 Re: [PoC] Federated Authn/z with OAUTHBEARER
Previous Message Greg Sabino Mullane 2025-02-24 14:26:07 Re: PATCH: warn about, and deprecate, clear text passwords