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 1uZZIA-005I6E-An for pgsql-hackers@arkaria.postgresql.org; Wed, 09 Jul 2025 18:13:14 +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 1uZZI8-002aYi-1y for pgsql-hackers@arkaria.postgresql.org; Wed, 09 Jul 2025 18:13:12 +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 1uZZI7-002aYa-Os for pgsql-hackers@lists.postgresql.org; Wed, 09 Jul 2025 18:13:12 +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 1uZZI6-006RWM-2G for pgsql-hackers@postgresql.org; Wed, 09 Jul 2025 18:13:11 +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 569ID8VY1331939; Wed, 9 Jul 2025 14:13:08 -0400 From: Tom Lane To: Jacob Champion cc: Ivan Kush , PostgreSQL Hackers , lev.nikolaev@tantorlabs.com Subject: Re: [PoC] Federated Authn/z with OAUTHBEARER In-reply-to: References: <83C44AB4-24B0-437F-B139-B5CBC5821BB1@yesql.se> <32e5741d-3dc8-4b15-8c56-cfb26483563c@tantorlabs.com> <1328170.1752082586@sss.pgh.pa.us> Comments: In-reply-to Jacob Champion message dated "Wed, 09 Jul 2025 10:59:47 -0700" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <1331937.1752084788.1@sss.pgh.pa.us> Date: Wed, 09 Jul 2025 14:13:08 -0400 Message-ID: <1331938.1752084788@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Jacob Champion writes: > I'll work up a patch to send through the CI. I can't currently test > RHEL8 easily -- Rocky 8 is incompatible with my Macbook? -- which I > will need to rectify eventually, but I can't this week. No need, I already tested locally. Will push shortly. regards, tom lane