Skip to main content

Questions tagged [sasl]

SASL is the Simple Authentication and Security Layer, a method for adding authentication support to connection-based protocols.

-1 votes
0 answers
27 views

Kafka Streams with SASL Authenitattion

I am trying to secure my Kafka streams application (Java Springboot) with SASL_PLAINTEXT mechanism. This is my docker-compose file version: '3' services: zookeeper: container_name: zookeeper ...
mGm's user avatar
  • 262
0 votes
0 answers
33 views

Kafka Kraft unable to set up SASL authentication

I am trying to set up Kafka Kraft to use SASL. I have this server.properties file: ############################# Server Basics ############################# process.roles=broker,controller node.id={{ ...
ETisREAL's user avatar
  • 146
0 votes
0 answers
50 views

Authenticate Kafka with SASL using JAAS error

I'm trying to setup Kafka and Zookeeper with SASL authentication. My goal is to be able to enable authentication for Kafka so I can manage it with Kafka UI. However, I have been struggling and cannot ...
Luu Tuan Hoang's user avatar
0 votes
1 answer
83 views

How to use kafka in SASL_SSL mode

I followed the kafka documentation https://kafka.apache.org/documentation/#security_sasl_config and I could run the kafka in SASL_PLAINTEXT mode, then I wanted to use the kafka in SASL_SSL mode, so I ...
leiwang's user avatar
  • 23
1 vote
2 answers
96 views

Unexpected Kafka request of type METADATA during SASL handshake when connecting to kafka server by a consumer

I have 'kafka_2.13-3.7.0' on Windows 11 I want to run the kafka with SASL_PLAINTEXT, I followed the steps in https://kafka.apache.org/documentation/#security_sasl_plain I added the following setting ...
leiwang's user avatar
  • 23
0 votes
1 answer
59 views

Exception in thread "main" org.apache.kafka.common.errors.SaslAuthenticationException: Authentication failed

I am trying to use the Confluent Cloud hosted on Azure in my project and we do have API Key and Secret, but I am not able to connect and unable to read the message from kafka topic. I went thriugh the ...
Prateek's user avatar
  • 11.5k
0 votes
0 answers
208 views

Getting "ILLEGAL_SASL_STATE: Request is not valid given the current SASL state" in redpanda after setting up authentication+authorization

We're trying to set up redpanda authorization but getting a strange "ILLEGAL_SASL_STATE: Request is not valid given the current SASL state" after following the instructions in the ...
Vincent Barmil's user avatar
-1 votes
1 answer
228 views

OpenLDAP SASL/GSSAPI: Invalid credentials (49) SASL(-13): authentication failure: GSSAPI Failure: gss_accept_sec_context

Trying to configure my OpenLDAP to use SASL/GSSAPI (kerberos) authentication. My KDC server is up and running and I am able to create all of my principals and SPNs, and can kinit just fine. But when ...
Zach Hein's user avatar
0 votes
1 answer
51 views

JaasConfig wrongly parse app configuration when password contain ":" character

I've an issue with SASL authentication which using JaasConfig config to build login connection string my connection string look like <ScramLoginModule> required username=<username> ...
Rony Nguyen's user avatar
  • 1,116
0 votes
0 answers
63 views

Dovecot: no system user login via pam

I try to migrate my IMAP server. The old host is working fine, the new host does not accept system users. root@bywater ~ # lsb_release -a No LSB modules are available. Distributor ID: Ubuntu ...
Christian H. Kuhn's user avatar
0 votes
0 answers
111 views

Unable to create Kafka Consumer using Kerberos Authentication System

I am getting the below errors every time I try running Springboot JAR consumer which is giving me the below error: org.springframework.context.ApplicationContextException: Failed to start bean 'org....
Sunny Singh's user avatar
0 votes
0 answers
615 views

ERROR [TypeOrmModule] Unable to connect to the database. Error: SASL: SCRAM-SERVER-FINAL-MESSAGE: server signature is missing

I'm trying to connect Supabase to my NestJS API. I don't understand this issue : [Nest] 4864 - 10/03/2024 14:46:35 ERROR [TypeOrmModule] Unable to connect to the database. Retrying (1)... Error: ...
bassaoudm's user avatar
0 votes
0 answers
104 views

Failed to initialize SASL authentication: InitializeSecurityContext failed when connecting to Kafka

We get the below error when trying to produce to a Confluent Kafka topic. It tries to authenticate for a few minutes and times out. This application (4.8) is hosted on a Windows Server (IIS) and uses ...
rnach's user avatar
  • 11
0 votes
0 answers
93 views

Quarkus application is giving error while starting up

`I am trying to start the quarkus application which also has a kafka producer class in one of the packages , I have checked all the kafka related properties and environment variables which is fine no ...
Ayush Raj's user avatar
0 votes
0 answers
29 views

Error Occuring: Value for SASL_DB_PATH_ATTR for cyrus-sasl with lmdb

While I was building cyrus-sasl with lmdb and open-ssl for windows (as recommend by it Installation guide), I'm encountering some linking error, especially for building sasldb.lib in visual studio ...
Raptor's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
30