Re: [PoC] Federated Authn/z with OAUTHBEARER

From: Jacob Champion <jacob(dot)champion(at)enterprisedb(dot)com>
To: PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Cc: daniel(at)yesql(dot)se, Shlok Kyal <shlok(dot)kyal(dot)oss(at)gmail(dot)com>, mahendrakar s <mahendrakarforpg(at)gmail(dot)com>, Andrey Chudnovsky <achudnovskij(at)gmail(dot)com>, 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: 2024-02-21 01:00:28
Message-ID: CAOYmi+nYHJ7n2uoPbhXhiDSo1N-oho8hf0z2Qi3pTnGjRnNrUg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi all,

v14 rebases over latest and fixes a warning when assertions are
disabled. 0006 is temporary and hacks past a couple of issues I have
not yet root caused -- one of which makes me wonder if 0001 needs to
be considered alongside the recent pg_combinebackup and incremental
JSON work...?

--Jacob

Attachment Content-Type Size
since-v13.diff.txt text/plain 6.3 KB
v14-0003-backend-add-OAUTHBEARER-SASL-mechanism.patch.gz application/x-gzip 12.4 KB
v14-0001-common-jsonapi-support-FRONTEND-clients.patch.gz application/x-gzip 6.1 KB
v14-0002-libpq-add-OAUTHBEARER-SASL-mechanism.patch.gz application/x-gzip 33.3 KB
v14-0004-Add-pytest-suite-for-OAuth.patch.gz application/x-gzip 34.6 KB
v14-0005-squash-Add-pytest-suite-for-OAuth.patch.gz application/x-gzip 7.9 KB
v14-0006-XXX-temporary-patches-to-build-and-test.patch.gz application/x-gzip 895 bytes

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Erik Wienhold 2024-02-21 02:09:59 Re: Patch: Add parse_type Function
Previous Message Jacob Champion 2024-02-21 00:53:35 Re: WIP Incremental JSON Parser