-
Story
-
Resolution: Won't Do
-
Minor
-
None
-
rhel-9.1.0
-
rhel-sst-pt-python-ruby-nodejs
-
ssg_core_services
-
13
-
False
-
-
None
-
None
-
None
-
None
-
If docs needed, set a value
-
-
Unspecified
-
None
Description of problem:
Python-requests currently permits the server to be validated, but does not have a way to get the client validated (SSL Certificate Login). This means scripts must store raw user/pass elements to login and this lacks the revokability of certificates.
This limits ability to use certificate auth and adding support for client certificates and passwords to the python-requests api shall ease it.
Already raised request in upstream.
Upstream issue: https://github.com/psf/requests/issues/2519
Version-Release number of selected component (if applicable):
RHEL 9
How reproducible:
Always
Actual results:
It needs to store raw username and password.
Expected results:
Shall not need storing credentials
Additional info:
Upstream issue: https://github.com/psf/requests/issues/2519
- external trackers