Re: [PoC] Federated Authn/z with OAUTHBEARER

From: Jacob Champion <pchampion(at)vmware(dot)com>
To: "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Cc: "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>
Subject: Re: [PoC] Federated Authn/z with OAUTHBEARER
Date: 2022-03-26 00:00:22
Message-ID: 4db7d3ea061f47a15fc6d865f53dd327ea2975fb.camel@vmware.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, 2022-03-04 at 19:13 +0000, Jacob Champion wrote:
> v3 rebases this patchset over the top of Samay's pluggable auth
> provider API [1], included here as patches 0001-3.

v4 rebases over the latest version of the pluggable auth patchset
(included as 0001-4). Note that there's a recent conflict as
of d4781d887; use an older commit as the base (or wait for the other
thread to be updated).

--Jacob

Attachment Content-Type Size
v4-0001-Add-support-for-custom-authentication-methods.patch text/x-patch 11.6 KB
v4-0002-Add-sample-extension-to-test-custom-auth-provider.patch text/x-patch 4.4 KB
v4-0003-Add-tests-for-test_auth_provider-extension.patch text/x-patch 6.1 KB
v4-0004-Add-support-for-map-and-custom-auth-options.patch text/x-patch 11.7 KB
v4-0005-common-jsonapi-support-FRONTEND-clients.patch text/x-patch 20.4 KB
v4-0006-libpq-add-OAUTHBEARER-SASL-mechanism.patch text/x-patch 35.6 KB
v4-0007-backend-add-OAUTHBEARER-SASL-mechanism.patch text/x-patch 35.6 KB
v4-0008-Add-a-very-simple-authn_id-extension.patch text/x-patch 2.8 KB
v4-0009-Add-pytest-suite-for-OAuth.patch text/x-patch 131.6 KB
v4-0010-contrib-oauth-switch-to-pluggable-auth-API.patch text/x-patch 17.1 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2022-03-26 00:13:38 Re: pg_dump new feature: exporting functions only. Bad or good idea ?
Previous Message gkokolatos 2022-03-25 23:43:17 Re: Add LZ4 compression in pg_dump