Re: [pgAdmin4][Patch] - RM #6953 - Webserver Authentication enhancement

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: Khushboo Vashi <khushboo(dot)vashi(at)enterprisedb(dot)com>
Cc: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: [pgAdmin4][Patch] - RM #6953 - Webserver Authentication enhancement
Date: 2021-11-10 10:09:59
Message-ID: CANxoLDca26vByvSs1wqqWzNQFQxUo41VY82WCN9AWMXpq1kJ7A@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Thanks, the patch applied.

On Wed, Nov 10, 2021 at 2:31 PM Khushboo Vashi <
khushboo(dot)vashi(at)enterprisedb(dot)com> wrote:

> Hi,
>
> Please find the attached patch for the RM # 6953 - Webserver
> Authentication: Include headers coming from servers.
>
> In the RM, 2 users have provided the solution, I have merged them.
>
> As per the current behaviour, pgAdmin only considers the REMOTE_USER
> environment variable (set by the webserver). In this patch, we have
> introduced the WEBSERVER_REMOTE_USER config variable, so users can modify
> it as per their environment. Also, we check for the environment as well as
> request headers for the remote user details.
>
> Thanks,
> Khushboo
>

--
*Thanks & Regards*
*Akshay Joshi*
*pgAdmin Hacker | Principal Software Architect*
*EDB Postgres <http://edbpostgres.com>*

*Mobile: +91 976-788-8246*

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2021-11-10 10:14:10 pgAdmin 4 commit: Correct the release notes.
Previous Message Akshay Joshi 2021-11-10 10:09:47 pgAdmin 4 commit: Ensure that users should be able to modify the REMOTE