Re: [PoC] Federated Authn/z with OAUTHBEARER

From: Jacob Champion <champion(dot)p(at)gmail(dot)com>
To: Shlok Kyal <shlok(dot)kyal(dot)oss(at)gmail(dot)com>
Cc: mahendrakar s <mahendrakarforpg(at)gmail(dot)com>, Andrey Chudnovsky <achudnovskij(at)gmail(dot)com>, "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>, Thomas Munro <thomas(dot)munro(at)gmail(dot)com>, "hlinnaka(at)iki(dot)fi" <hlinnaka(at)iki(dot)fi>, "michael(at)paquier(dot)xyz" <michael(at)paquier(dot)xyz>, "smilingsamay(at)gmail(dot)com" <smilingsamay(at)gmail(dot)com>, Stephen Frost <sfrost(at)snowman(dot)net>
Subject: Re: [PoC] Federated Authn/z with OAUTHBEARER
Date: 2023-11-08 19:00:18
Message-ID: CAGu=u8hnkMtWPTb0nsL-Go36Dgt23a=PFS+UXfD1c-o=G71Cvg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, Nov 3, 2023 at 4:48 PM Jacob Champion <champion(dot)p(at)gmail(dot)com> wrote:
> Thanks for the nudge! Looks like I need to reconcile with the changes
> to JsonLexContext in 1c99cde2. I should be able to get to that next
> week; in the meantime I'll mark it Waiting on Author.

v13 rebases over latest. The JsonLexContext changes have simplified
0001 quite a bit, and there's probably a bit more minimization that
could be done.

Unfortunately the configure/Makefile build of libpq now seems to be
pulling in an `exit()` dependency in a way that Meson does not. (Or
maybe Meson isn't checking?) I still need to investigate that
difference and fix it, so I recommend Meson if you're looking to
test-drive a build.

Thanks,
--Jacob

Attachment Content-Type Size
since-v12.diff.txt text/plain 15.2 KB
v13-0003-backend-add-OAUTHBEARER-SASL-mechanism.patch.gz application/gzip 12.4 KB
v13-0005-squash-Add-pytest-suite-for-OAuth.patch.gz application/gzip 7.9 KB
v13-0002-libpq-add-OAUTHBEARER-SASL-mechanism.patch.gz application/gzip 33.1 KB
v13-0004-Add-pytest-suite-for-OAuth.patch.gz application/gzip 34.6 KB
v13-0001-common-jsonapi-support-FRONTEND-clients.patch.gz application/gzip 6.1 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tomas Vondra 2023-11-08 19:16:05 Re: XX000: tuple concurrently deleted during DROP STATISTICS
Previous Message Alexander Lakhin 2023-11-08 19:00:00 Re: Fix some memory leaks in ecpg.addons