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

Поиск
Список
Период
Сортировка
От Akshay Joshi
Тема pgAdmin 4 commit: Ensure that users should be able to modify the REMOTE
Дата
Msg-id E1mkkY7-0001cE-O7@gothos.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Dave Page
Дата:
Сообщение: Re: Issue tracking
Следующее
От: Akshay Joshi
Дата:
Сообщение: Re: [pgAdmin4][Patch] - RM #6953 - Webserver Authentication enhancement