Re: Kafka Custom Authentication & Authorization

2017-11-14 Thread Arunkumar
Hi There We are also trying to do the same and we are trying to over ride PlainLoginModule as well. When I add a jar it is not identifying and loading the jar. If there is any examples which we can follow will be usefull. Any help is highly appreciated. Thanks in advanceArunkumar Pichaimuthu, PM

Re: Kafka Custom Authentication & Authorization

2017-11-14 Thread 陈江枫
You can implement your own authenticator, check SaslAuthenticator , and your own authorizer, check SimpleAuthorizer 2017-11-12 9:39 GMT+08:00 chidigam . : > Hi All, > To Authenticate & Authorize the producer and consumers, I want to > integrate with third party Entitlement manager. Is there ref

Kafka Custom Authentication & Authorization

2017-11-11 Thread chidigam .
Hi All, To Authenticate & Authorize the producer and consumers, I want to integrate with third party Entitlement manager. Is there reference implementation ? Any link for doc or comments I appreciate. Regards Bhanu