requests-gssapi
requests-gssapi copied to clipboard
An authentication handler for using GSSAPI with Python Requests. Drop-in replacement for old requests-kerberos.
### What went wrong? Can we please get more clarify/example on how to use the gssapi.Credentials? `creds` is GSSAPI credentials (gssapi.Credentials) to use for negotiation. Thank you
I am quite confused by the handling of mutual authentication and context continuation/completion. I don't take [this](https://github.com/pythongssapi/requests-gssapi#mutual-authentication) as a solid argument because it does not mean that this module should...
As it looks like that requests-kerberos is dead it might be a good idea to adapt this patch to get proxy support here: https://github.com/requests/requests-kerberos/issues/148 When installing requests-gssapi I noticed the...
Since there's a lot of code in common between this and requests/requests-kerberos, I believe requests-gssapi has some concurrency bugs as well. https://github.com/requests/requests-kerberos/issues/113 has details, and https://github.com/requests/requests-kerberos/pull/114 has a fix which...
We should use [k5test](https://github.com/pythongssapi/k5test) to set up an actual realm, and then run through the full auth cycle. We should be able to set up a simple HTTP server using...
Optionally resolve hostname via CNAME recrord to its canonical form (A or AAAA record). Optionally use reverse DNS query. Such code is necessary on Windows platforms where SSPI (unlike MIT...
Right now there's no tar file for the [release 1.3.0.](https://github.com/pythongssapi/requests-gssapi/releases/tag/v1.3.0) But it's there for older releases. Package maintainers depend on the existence of these files. If these files are not...
### What went wrong? I have an multiple realm environment with the realms: - BAR.NET - FOO.BAR.NET Using BAR.NET will working as expected, but using FOO.BAR.NET will result in an...