Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1tlCpX-00A6Ss-6b for pgsql-hackers@arkaria.postgresql.org; Thu, 20 Feb 2025 20:07:31 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1tlCpV-00Cez7-CR for pgsql-hackers@arkaria.postgresql.org; Thu, 20 Feb 2025 20:07:29 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1tlCpV-00Ceyz-3I for pgsql-hackers@lists.postgresql.org; Thu, 20 Feb 2025 20:07:29 +0000 Received: from sss.pgh.pa.us ([68.162.161.243]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1tlCpT-001xJw-1Z for pgsql-hackers@postgresql.org; Thu, 20 Feb 2025 20:07:28 +0000 Received: from sss1.sss.pgh.pa.us (localhost [127.0.0.1]) by sss.pgh.pa.us (8.15.2/8.15.2) with ESMTP id 51KK7LVw2839307; Thu, 20 Feb 2025 15:07:21 -0500 From: Tom Lane To: Daniel Gustafsson cc: Jacob Champion , Peter Eisentraut , Antonin Houska , PostgreSQL Hackers Subject: Re: [PoC] Federated Authn/z with OAUTHBEARER In-reply-to: <13F329B6-86BC-40A5-96F4-102784A0357A@yesql.se> References: <6bde5f56-9e7a-4148-b81c-eb6532cb3651@eisentraut.org> <9B417838-B872-453D-BBFB-99FA957EB723@yesql.se> <54c008ad-1c23-47d8-ba6c-bed98a39c31c@eisentraut.org> <06102deb-00ef-431d-a3ea-65afb24! 6700a@eisentraut.org> <39A09EC8-2D72-4130-8C3E-8F3D1CC69A12@yesql.se> <55EA9E76-9866-486C-9C7F-C5E8B071C50E@yesql.se> <35CBB6AD-B847-4C26-9A7B-019279F280C8@yesql.se> <9F184CFE-ED8D-4B86-9529-F07821108C93@yesql.se> <83C44AB4-24B0-437F-B139-B5CBC5821BB1@yesql.se> <2A1511A0-C04B-47E4-B1C3-54C2A1C765B8@yesql.se> <13F329B6-86BC-40A5-96F4-102784A0357A@yesql.se> Comments: In-reply-to Daniel Gustafsson message dated "Thu, 20 Feb 2025 17:29:58 +0100" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <2839305.1740082041.1@sss.pgh.pa.us> Content-Transfer-Encoding: quoted-printable Date: Thu, 20 Feb 2025 15:07:21 -0500 Message-ID: <2839306.1740082041@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Daniel Gustafsson writes: > 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 fi= rst set > of buildfarm animals showing green builds. After doing an in-tree "make check", I see $ git status On branch master Your branch is up to date with 'origin/master'. Untracked files: (use "git add ..." to include in what will be committed) src/test/modules/oauth_validator/oauth_hook_client Looks like we're short a .gitignore entry. (It does appear that "make clean" cleans it up, at least.) regards, tom lane