pgAdmin 4 commit: Ensure that users should be able to modify the REMOTE - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Ensure that users should be able to modify the REMOTE
Date
Msg-id E1mkkY7-0001cE-O7@gothos.postgresql.org
Whole thread Raw
List 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.vashi@enterprisedb.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(-)


pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: Re: Issue tracking
Next
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin4][Patch] - RM #6953 - Webserver Authentication enhancement