Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1maCrr-0002Bp-SL for pgadmin-hackers@arkaria.postgresql.org; Tue, 12 Oct 2021 08:10:36 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1maCrq-0004Nv-Rf for pgadmin-hackers@arkaria.postgresql.org; Tue, 12 Oct 2021 08:10:34 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1maCrq-0004HZ-4r for pgadmin-hackers@lists.postgresql.org; Tue, 12 Oct 2021 08:10:34 +0000 Received: from mail-ed1-x536.google.com ([2a00:1450:4864:20::536]) by magus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.92) (envelope-from ) id 1maCrn-0000Uf-5k for pgadmin-hackers@postgresql.org; Tue, 12 Oct 2021 08:10:33 +0000 Received: by mail-ed1-x536.google.com with SMTP id d3so50270038edp.3 for ; Tue, 12 Oct 2021 01:10:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=pgadmin.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=+KX6xbYOeSEVu04wYmue1TW4hMrV0XTGgpgw75+LVi4=; b=QOufw1HgtHfCC7tb1MVmXLIEZDDDx3n6axx7A0+JkwEr64cgrFsXOdP3gy2BEH7eJP Tq9G9yJ0SYdaOZSDCRRy+jM/VwsdBznBF/YukSnp4I0kmKGyvVVJtf+EBECtavxq5+A1 EriOgajW2FWDz3gutX/x8yDh81EwT/fKdEZt00mrzxKCVC5FkuAv5x0TxKwfgF2guiAs +HUpgbFh/z7ofaz+TooUSMF5iGSGks7Ns619SaY7ZZ/KZ29k8uvzWQYKMlMIdKSH14Iw SK7Mjzoji9IU7ocC3gPQ6U5Kp21RucYIjKwc4ifcA2L37KVz9ousVvDJBlcAVE7WZeeC VNrw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=+KX6xbYOeSEVu04wYmue1TW4hMrV0XTGgpgw75+LVi4=; b=d9LPqryky73fVx7/AY26AJHd7Y3cjEDE1AuPVRIfHEUL/DYRi8vYx07eUw9jpiKY2m 2Lqw/ewchtjqH+FlUZTlizLAsBmxvKJLkNMszNgiLB3tei9Tze8tG/QSLVT/ylpg14T4 9tsbl8+Zv9bsKRZb91zJthCX/ieag8X7wxeu+5ushmmb906eJELmk2EmxOoFP5Kw3e// m1zkuE9vQphKw+9EWScLTOBrE78O7xnUFXah5j56hYEiw9nKBQ99YoqHkP9+J7rPz54H keJbkwscVkD7B+Fd+gXzoz5bPyZmJykl8DvF6m3KH1Sfn/OY7S+r0KebUIj1w3a0F+K2 bbvw== X-Gm-Message-State: AOAM53038/9EJfHYfIWwKjXJz3lmt9iCIjBkUFNs7J5yXupoeeFpjeL8 +NkPWxdrof28k5n3Q4W8psMrSmo/GhyqJz75jUj2H+g6Xfo= X-Google-Smtp-Source: ABdhPJzkFqNRPmWaHPkVz6au4Y2W7u/R5Dw4a9tz/B28dlg18b8AoyzFQyDODIMQZomtPrSeVHTsiO65owhdPEIL3h4= X-Received: by 2002:a17:906:1749:: with SMTP id d9mr30448421eje.178.1634026229047; Tue, 12 Oct 2021 01:10:29 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Dave Page Date: Tue, 12 Oct 2021 09:10:18 +0100 Message-ID: Subject: Re: [pgAdmin4][Patch] - RM 6657 - Support for REMOTE_USER as Authentication. To: Khushboo Vashi Cc: pgadmin-hackers Content-Type: multipart/alternative; boundary="000000000000efc25705ce236013" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk --000000000000efc25705ce236013 Content-Type: text/plain; charset="UTF-8" Very nice (the existence of the patch that is - I haven't reviewed it)! I think this nicely rounds off and completes the auth mechanisms we're likely to want. On Tue, Oct 12, 2021 at 6:13 AM Khushboo Vashi < khushboo.vashi@enterprisedb.com> wrote: > Hi, > > Please find the attached patch for #6657 - Support for REMOTE_USER as > Authentication. > > The initial patch was provided by *Tom Schreiber,* I have made the > necessary changes to work with pgAdmin and also added test cases and > documentation. > Please commit the patch on *Tom Schreiber's *name. > > This patch also includes the fix for the RM #6719 - OAuth2 integration > redirect issue > > > Thanks, > Khushboo > -- Dave Page Blog: https://pgsnake.blogspot.com Twitter: @pgsnake EDB: https://www.enterprisedb.com --000000000000efc25705ce236013 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Very nice (the existence of the patch that is - I hav= en't reviewed it)! I think this nicely rounds off and completes the aut= h mechanisms we're likely to want.=C2=A0

On Tue, Oct 12, 2021 at 6:13 AM= Khushboo Vashi <khus= hboo.vashi@enterprisedb.com> wrote:
Hi,
= Please find the at= tached patch for #6657 -=C2=A0Support for REMOTE_USER as Authentication.
<= div>
The initial patch was = provided by=C2=A0Tom Schreiber, I have made the necessary changes to= work with pgAdmin and also added test cases and documentation.
Please commi= t the patch on=C2=A0Tom Sc= hreiber's name.=

This patch also includes the fix for the RM #6= 719 -=C2=A0OAuth2 integration redirect issue


Thanks,
Khushboo


--
<= /div> --000000000000efc25705ce236013--