pythongssapi / requests-gssapi

An authentication handler for using GSSAPI with Python Requests. Drop-in replacement for old requests-kerberos.
Other
32 stars 21 forks source link

add kerberos proxy support #36

Closed christophvw closed 3 years ago

christophvw commented 3 years ago

Adds Kerberos proxy auth support

Based on my patch for requests-kerberos with the change from enzolis from:

https://github.com/requests/requests-kerberos/issues/148

frozencemetery commented 3 years ago

Thanks for your patience with the delay here - looks like I needed to hit a button before GitHub Actions would run your changes through CI. That will need to be passing before we can merge, of course. requests-gssapi's test suite is a port of request-kerberos's - there's a TODO to rewrite it, but it's very low down on the list unfortunately.