Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace requests-kerberos with requests-gssapi #189

Open
kovapatrik opened this issue Jul 12, 2022 · 0 comments
Open

Replace requests-kerberos with requests-gssapi #189

kovapatrik opened this issue Jul 12, 2022 · 0 comments

Comments

@kovapatrik
Copy link

I wanted to authenticate myself as an other user with a keytab on Windows, but the requests-kerberos package cannot use the krb5 credential cache (and it's using SSPI, not GSSAPI) so it wasn't possible. The requests-gssapi package solved my problem (I have just replaced the requests-kerberos package with the mentioned one in the kerberos.py file)

I don't know if it would have any drawbacks (I'm not understanding 100% the Kerberos protocol), but from the description on the requests-gssapi repository, it should work out of the box.

Is it possible to switch to this package?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant