-
Notifications
You must be signed in to change notification settings - Fork 11
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 'kerberos' pip dependency with 'gssapi' #34
Comments
These seem like fine changes to me - I agree that the python GSSAPI module is the right way to go, looks like the author has now made the pykerberos repo read-only, and strictly this is indeed SPNEGO and not native kerberos... |
Happy to review as and when you have something, thanks! |
Sounds good to me too then! |
Any feedback on #35? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm currently working on an open source IT infrastructure project and
was trying to deploy a particular WSGI application with kerberos
support. I came across your project and would ideally like to use it in
the infrastructure. However, I'd just like to make some minor
improvements to it that should ideally benefit everyone.
Here are my proposals:
middleware layer that supports Kerberos as the authentication backend
the more general and well maintained gssapi[2].
I have the bandwidth to work on these changes now. I'd like to know if
these are reasonable proposals so that I can spend some time to submit a
PR to the project. Is that ok?
Thanks for the great project!
The text was updated successfully, but these errors were encountered: