Re: [PoC] Federated Authn/z with OAUTHBEARER - Mailing list pgsql-hackers

From Andrew Dunstan
Subject Re: [PoC] Federated Authn/z with OAUTHBEARER
Date
Msg-id a336d614-dc90-4e69-916e-88f18c134106@dunslane.net
Whole thread Raw
In response to Re: [PoC] Federated Authn/z with OAUTHBEARER  (Daniel Gustafsson <daniel@yesql.se>)
Responses Re: [PoC] Federated Authn/z with OAUTHBEARER
List pgsql-hackers


On 2025-02-20 Th 11:29 AM, Daniel Gustafsson wrote:
On 19 Feb 2025, at 15:13, Daniel Gustafsson <daniel@yesql.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

pgsql-hackers by date:

Previous
From: Greg Sabino Mullane
Date:
Subject: Re: PATCH: warn about, and deprecate, clear text passwords
Next
From: Daniel Gustafsson
Date:
Subject: Re: [PoC] Federated Authn/z with OAUTHBEARER