pgAdmin 4 commit: Ensure that users should be able to modify the REMOTE

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Ensure that users should be able to modify the REMOTE
Date: 2021-11-10 10:09:47
Message-ID: E1mkkY7-0001cE-O7@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Ensure that users should be able to modify the REMOTE_USER environment
variable as per their environment by introducing the new config parameter
WEBSERVER_REMOTE_USER.

Fixes #6953

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=d4697e8f1c33b1db5fea495e6997764dee1b0428
Author: Khushboo Vashi <khushboo(dot)vashi(at)enterprisedb(dot)com>

Modified Files
--------------
docs/en_US/release_notes_6_2.rst | 1 +
docs/en_US/webserver.rst | 3 +++
web/config.py | 7 +++++++
web/pgadmin/authenticate/webserver.py | 6 +++++-
4 files changed, 16 insertions(+), 1 deletion(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2021-11-10 10:09:59 Re: [pgAdmin4][Patch] - RM #6953 - Webserver Authentication enhancement
Previous Message Dave Page 2021-11-10 09:06:58 Re: Issue tracking