Re: Kafka SASL_PLAIN Authentication Configuration

2023-04-11 Thread xiao cheng
I would check to make sure -Djava.security.auth.login.config is available to your application. On Mon, Apr 10, 2023 at 7:01 PM Karthik Murugan wrote: > Hello Team, > > We are trying to implement SASL_Plain Authentication config changes on the > Kafka Server, and followed the below mentioned docu

Re: Kafka SASL_PLAIN Authentication Configuration

2023-04-11 Thread Karthik Murugan
Hi Everyone , Can anyone provide some insights on the above mentioned kafka error while restarting kafka on the server : "*"**java.lang.IllegalArgumentException: Could not find a ‘KafkaServer’ or ‘sasl_plaintext.KafkaServer’ entry in the JAAS configuration. System property ‘java.security.auth.logi

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 on