kafka-python icon indicating copy to clipboard operation
kafka-python copied to clipboard

feat: Add SSPI (Kerberos for Windows) authentication mechanism

Open manuco opened this issue 4 years ago • 2 comments

Hello,

Following issue #2204, I'll propose to you this PR enabling a seamless SSO Windows connection via Kerberos and GSSAPI mechanism.


This change is Reviewable

manuco avatar Mar 30 '21 13:03 manuco

I'm working into removing requires on kerberos-sspi in favor of direct requieres on pywin32.

manuco avatar Mar 31 '21 16:03 manuco

I know that Travis has some trouble with Pypy instances. I don't know why, since it seems to have nothing in common with the added code.

Maybe someone will have a clue ?

manuco avatar Apr 12 '21 15:04 manuco