public inbox for [email protected]
help / color / mirror / Atom feedpgAdmin 4 commit: 1) Added support for Kerberos authentication, using S
2+ messages / 1 participants
[nested] [flat]
* pgAdmin 4 commit: 1) Added support for Kerberos authentication, using S
@ 2021-01-14 08:17 Akshay Joshi <[email protected]>
0 siblings, 0 replies; 2+ messages in thread
From: Akshay Joshi @ 2021-01-14 08:17 UTC (permalink / raw)
To: [email protected]
1) Added support for Kerberos authentication, using SPNEGO to forward the Kerberos tickets through a browser. Fixes #5457
2) Fixed incorrect log information for AUTHENTICATION_SOURCES. Fixes #5829
Branch
------
master
Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=6ead597b434cb9ff9f8500c49a5c68bf9e52...
Author: Khushboo Vashi <[email protected]>
Modified Files
--------------
docs/en_US/release_notes_4_30.rst | 2 +
requirements.txt | 1 +
web/config.py | 22 +++-
web/pgAdmin4.py | 11 +-
web/pgadmin/__init__.py | 9 ++
web/pgadmin/authenticate/__init__.py | 82 +++++++++++-
web/pgadmin/authenticate/internal.py | 10 +-
web/pgadmin/authenticate/kerberos.py | 138 +++++++++++++++++++++
web/pgadmin/authenticate/ldap.py | 6 +-
web/pgadmin/browser/__init__.py | 23 +++-
.../browser/server_groups/servers/__init__.py | 13 +-
.../servers/templates/servers/password.html | 2 +-
.../servers/templates/servers/tunnel_password.html | 4 +-
.../browser/templates/browser/kerberos_login.html | 16 +++
.../browser/templates/browser/kerberos_logout.html | 16 +++
.../browser/tests/test_kerberos_with_mocking.py | 104 ++++++++++++++++
web/pgadmin/tools/datagrid/__init__.py | 5 +-
web/pgadmin/tools/user_management/__init__.py | 25 ++--
web/pgadmin/utils/constants.py | 9 ++
web/pgadmin/utils/master_password.py | 8 +-
.../python_test_utils/csrf_test_client.py | 6 +-
web/regression/runtests.py | 2 +-
22 files changed, 474 insertions(+), 40 deletions(-)
^ permalink raw reply [nested|flat] 2+ messages in thread
* pgAdmin 4 commit: 1) Added support for Kerberos authentication, using S
@ 2021-01-18 11:10 Akshay Joshi <[email protected]>
0 siblings, 0 replies; 2+ messages in thread
From: Akshay Joshi @ 2021-01-18 11:10 UTC (permalink / raw)
To: [email protected]
1) Added support for Kerberos authentication, using SPNEGO to forward the Kerberos tickets through a browser. Fixes #5457
2) Fixed incorrect log information for AUTHENTICATION_SOURCES. Fixes #5829
Branch
------
master
Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=c0ef0a893d80a862c40b701023d78aa23f75...
Author: Khushboo Vashi <[email protected]>
Modified Files
--------------
.dockerignore | 6 +
Dockerfile | 4 +
docs/en_US/release_notes_4_30.rst | 2 +
pkg/debian/build.sh | 2 +-
pkg/debian/setup.sh | 2 +-
pkg/redhat/build.sh | 4 +-
pkg/redhat/setup.sh | 4 +-
requirements.txt | 2 +
web/config.py | 22 ++-
web/pgAdmin4.py | 8 +-
web/pgadmin/__init__.py | 10 ++
web/pgadmin/authenticate/__init__.py | 82 ++++++++++-
web/pgadmin/authenticate/internal.py | 10 +-
web/pgadmin/authenticate/kerberos.py | 152 +++++++++++++++++++++
web/pgadmin/authenticate/ldap.py | 6 +-
web/pgadmin/browser/__init__.py | 23 +++-
.../browser/server_groups/servers/__init__.py | 13 +-
.../servers/templates/servers/password.html | 2 +-
.../servers/templates/servers/tunnel_password.html | 4 +-
.../browser/templates/browser/kerberos_login.html | 16 +++
.../browser/templates/browser/kerberos_logout.html | 16 +++
.../browser/tests/test_kerberos_with_mocking.py | 104 ++++++++++++++
web/pgadmin/tools/datagrid/__init__.py | 5 +-
web/pgadmin/tools/user_management/__init__.py | 25 ++--
web/pgadmin/utils/constants.py | 9 ++
web/pgadmin/utils/master_password.py | 8 +-
.../python_test_utils/csrf_test_client.py | 6 +-
web/regression/runtests.py | 1 -
28 files changed, 502 insertions(+), 46 deletions(-)
^ permalink raw reply [nested|flat] 2+ messages in thread
end of thread, other threads:[~2021-01-18 11:10 UTC | newest]
Thread overview: 2+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2021-01-14 08:17 pgAdmin 4 commit: 1) Added support for Kerberos authentication, using S Akshay Joshi <[email protected]>
2021-01-18 11:10 pgAdmin 4 commit: 1) Added support for Kerberos authentication, using S Akshay Joshi <[email protected]>
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox