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 1u2A0E-00DxFM-5T for pgsql-hackers@arkaria.postgresql.org; Tue, 08 Apr 2025 14:32:38 +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 1u2A0C-009PfM-8Q for pgsql-hackers@arkaria.postgresql.org; Tue, 08 Apr 2025 14:32:36 +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 1u2A0B-009PfE-V8 for pgsql-hackers@lists.postgresql.org; Tue, 08 Apr 2025 14:32:36 +0000 Received: from momjian.us ([72.94.173.45]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1u2A0A-003gm6-1v for pgsql-hackers@postgresql.org; Tue, 08 Apr 2025 14:32:35 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=momjian.us; s=2025010100; h=In-Reply-To:Content-Transfer-Encoding:Content-Type: MIME-Version:References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-ID:Content-Description; bh=4Dl1CQ5nwdCSV2aQQYzU8DoOakmLf08KKS6PQsu5+2E=; b=iSjqVo6FiN3QksoXSXFdytP7Dn pvoy9Z8dUmWUE58FNcUNV3HeQYW/CnsvwYLM7I5X+Z3D1c+cFB4r0NKU4isNZU54uKbKDaBXpPhqT nl6VjIGC+5IxvWxY8SeUrh8NlaEGW4RDI4oqeeUyM9dt+hgh4a2pfZHhCkCJsDUUpkoiqeOvSZK6B N/0JAJWAz/JQhG0/YYaroU4IPr2+E9SldxSa5BnXyQ8KTUfExQkVPAnTfoU5ty/+X90zW5TmXeiqb ghe7wF+Y317c+2+9LqW6hnYcH1D/nrqMLPGOw94vpguFsAEHO//7f9vdqWMLGz2AglL+nkX6c8Hw/ zW0Jrnjg==; Received: from bruce by momjian.us with local (Exim 4.96) (envelope-from ) id 1u29zx-002ZyU-2O; Tue, 08 Apr 2025 10:32:21 -0400 Date: Tue, 8 Apr 2025 10:32:21 -0400 From: Bruce Momjian To: Daniel Gustafsson Cc: Jacob Champion , Christoph Berg , Andres Freund , Peter Eisentraut , Tom Lane , PostgreSQL Hackers , Thomas Munro , Nazir Bilal Yavuz , Antonin Houska Subject: Re: [PoC] Federated Authn/z with OAUTHBEARER Message-ID: References: <5bec3d4f-613f-425b-88c4-59e71c70f7d6@eisentraut.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk On Tue, Apr 8, 2025 at 12:34:02PM +0200, Daniel Gustafsson wrote: > > On 8 Apr 2025, at 04:10, Jacob Champion wrote: > > > > On Mon, Apr 7, 2025 at 3:26 PM Jacob Champion > > wrote: > >> Sounds good. Any opinions from the gallery on what a "libpq plugin > >> subdirectory" in pkglibdir should be called? ("client", "modules", > >> "plugins"...?) > > > > Hm, one immediate consequence of hardcoding pkglibdir is that we can > > no longer rely on LD_LIBRARY_PATH for pre-installation testing. > > (Contrast with the server, which is able to relocate extension paths > > based on its executable location.) > > That strikes me as a signifant drawback. Uh, where are we on the inclusion of curl in our build? Maybe it was explained but I have not seen it. I still see src/interfaces/libpq/fe-auth-oauth-curl.c. -- Bruce Momjian https://momjian.us EDB https://enterprisedb.com Do not let urgent matters crowd out time for investment in the future.