RE: Kafka User Authentication Exception

2023-08-01 Thread miltan
k?? From: mil...@votecgroup.com [mailto:mil...@votecgroup.com] Sent: 01 August 2023 11:36 To: users@kafka.apache.org Subject: RE: Kafka User Authentication Exception Hi Team, Greetings, We actually reached out to you for Oracle/ IT / SAP / Infor / Microsoft "VOTEC IT SERVI

RE: Kafka User Authentication Exception

2023-08-01 Thread miltan
Next week?? From: xiansheng lao [mailto:xiansheng@icloud.com.INVALID] Sent: 01 August 2023 08:21 To: users@kafka.apache.org Subject: Kafka User Authentication Exception Dear Kafka Community Team, I am a developer who is facing an issue while attempting to use SASL authentication with

Re: Kafka SASL_PLAIN Authentication Configuration

2023-04-11 Thread xiao cheng
ow mentioned document for reference > > https://codeforgeek.com/how-to-set-up-authentication-in-kafka-cluster/ > > After performing the change, when attempted to restart the kafka on a > server encountering the error *"**java.lang.IllegalArgumentException:

Re: Kafka SASL_PLAIN Authentication Configuration

2023-04-11 Thread Karthik Murugan
ence > > https://codeforgeek.com/how-to-set-up-authentication-in-kafka-cluster/ > > After performing the change, when attempted to restart the kafka on a > server encountering the error *"**java.lang.IllegalArgumentException: > Could not find a ‘KafkaServer’ or ‘sasl_plaintext

Kafka SASL_PLAIN Authentication Configuration

2023-04-10 Thread Karthik Murugan
Hello Team, We are trying to implement SASL_Plain Authentication config changes on the Kafka Server, and followed the below mentioned document for reference https://codeforgeek.com/how-to-set-up-authentication-in-kafka-cluster/ After performing the change, when attempted to restart the kafka

Re: Kafka mTLS authentication

2021-11-23 Thread Luke Chen
Hi Yingjie, No worries! Glad to help! Luke On Tue, Nov 23, 2021 at 5:52 PM yingjie zou wrote: > Hi Luke, > > This solved my problem. > I'm sorry to trouble you because I didn't read the document carefully. > Thank you very much. > > > Yingjie Zou > > On Tue, Nov 23, 2021 at 2:20 PM Luke Chen

Re: Kafka mTLS authentication

2021-11-23 Thread yingjie zou
Hi Luke, This solved my problem. I'm sorry to trouble you because I didn't read the document carefully. Thank you very much. Yingjie Zou On Tue, Nov 23, 2021 at 2:20 PM Luke Chen wrote: > Hi Yingjie, > > However, I meet a problem. If I need to add, remove or renew the > certificate to

Re: Kafka mTLS authentication

2021-11-22 Thread Luke Chen
Hi Yingjie, > However, I meet a problem. If I need to add, remove or renew the certificate to Kafka’s truststore, Kafka requires a reboot which would impact the service available for other teams. > So I want to know if there is a better way to support the change of Kafka’s certificate without

Kafka mTLS authentication

2021-11-22 Thread yingjie zou
Hi, Currently, we are going to provide Kafka services to 20+ development teams in my company, we’d like to provide that as multi-tenancy - the different team has different authentication. And we try to use the Kafka mTLS solution. However, I meet a problem. If I need to add, remove or renew

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,

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

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

Kafka TLS Authentication for brokers and clients (w/o Zookeeper Auth)

2017-08-02 Thread M. Manna
Hello, >From Kafka Documentation - I understand that Authentication and encryption can be enabled for inter-broker, broker-client exchanges. By exchanges, i mean data transfer-related activities. My questions are: 1) Is it common to have ONLY inter-broker and broker-client exchanges, but only

Re: KAFKA-1477 (authentication layer) and 0.8.2

2014-07-25 Thread Rajasekar Elango
Yes we are very much interested in getting this code merged to trunk. I can also do testing once it's available on trunk. Thanks, Raja. On Fri, Jul 25, 2014 at 12:11 PM, Joe Stein joe.st...@stealth.ly wrote: Hi Chris, glad to hear that even more folks are going to (want to) use the feature.

Re: Kafka and authentication

2014-04-08 Thread Jonathan Hodges
Source Security LLC http://www.stealth.ly Twitter: @allthingshadoop http://www.twitter.com/allthingshadoop / On Mon, Mar 31, 2014 at 11:20 AM, Rajasekar Elango rela...@salesforce.comwrote: Hi Vijay, We implemented mutual ssl authentication

Re: Kafka and authentication

2014-04-02 Thread Joe Stein
/ On Mon, Mar 31, 2014 at 11:20 AM, Rajasekar Elango rela...@salesforce.comwrote: Hi Vijay, We implemented mutual ssl authentication in kafka for our internal use and we have plans to it contributed back to community. But we implemented SSL over older snapshot of version of kafka 0.8

Re: Kafka and authentication

2014-03-31 Thread Rajasekar Elango
Hi Vijay, We implemented mutual ssl authentication in kafka for our internal use and we have plans to it contributed back to community. But we implemented SSL over older snapshot of version of kafka 0.8 release. We have been busy with other projects and haven't got chance to merge our ssl

Kafka and authentication

2014-03-28 Thread Vijay Ramachandran
Hi All, I was googling around for info on securing kafka. The best document I could find was https://cwiki.apache.org/confluence/display/KAFKA/Security, which is “kind of old”. It is not clear if any steps were taken after this doc was put together. Looking at the features / bug fixes in kafka

Re: Kafka and authentication

2014-03-28 Thread Neha Narkhede
Hi Vijay, The document you pointed out has our initial thoughts on Kafka security. This work is still in design and discussion phase, no code has been written as such and we hope to pick it up in a couple months. However, if you have thoughts on how it should work and/or would like to contribute