Re: Using Kerberos on PYTHON

2020-11-09 Thread Charles Hedrick
Having GSSAPI installed isn’t going to solve his problem, that he will need that.. Typically you would use Kafka libraries. They already know about Kerberos. However they have to be configured to use it. There are lots of ways to do it. And since I no longer have Kafka installed, I can’t verify

Re: Using Kerberos on PYTHON

2020-10-11 Thread John Byrne
Hi, You need a python binding for MIT Kerberos. I've had success with python-gssapi (https://pypi.org/project/python-gssapi/). -John On Fri, Oct 9, 2020 at 1:50 PM Luciano Custodio wrote: > Hi, > > I am writing a program in python to put a message in a kafka topic. > > I need to connect kafka

Using Kerberos on PYTHON

2020-10-09 Thread Luciano Custodio
Hi, I am writing a program in python to put a message in a kafka topic. I need to connect kafka with kerberos. My computer has windows 8 64bit. I installed de MIT Kerberos for windows and get a ticket kerberos. But now, i don t know how to get this ticket kerberos in the python program. Could