Skip to main content
1 vote
0 answers
27 views

I am running a Hadoop HDFS client inside WildFly and connecting to a Kerberos-secured HDFS cluster. Environment: - WildFly 34 (bootable JAR) - Java 17 - Hadoop client 3.x - Kerberos authentication ...
ilham hitam's user avatar
0 votes
0 answers
145 views

I'm trying to set up secure log export from Filebit to Kafka and I'm running into configuration issues. Based on the documentation examples and field descriptions, I created the following configuratio,...
Daniil's user avatar
  • 1
1 vote
0 answers
27 views

I have an application that uses the Spring Cloud Stream application to talk to Kafka. Currently, SASL authentication is configured by default to use OAuth bearer tokens. This is defined statically in ...
James Parsons's user avatar
1 vote
0 answers
89 views

I am trying to secure an Apache Kafka cluster running in KRaft mode using SASL_SSL with OAUTHBEARER authentication and enforce ACLs. I have a multi-node setup - controller and broker run on different ...
Aishwarya Saha's user avatar
0 votes
1 answer
436 views

Summary of this question: does someone know how to use a client certificate to authenticate over LDAP to Active Directory without using a password from a dotnet application? Or at least can someone ...
David van Luijk's user avatar
3 votes
1 answer
227 views

I am trying to send an email using Jakarta Mail with Exchange Online, but I am encountering the following error: Error Message: SASL authentication failed Steps I have taken: I have configured the ...
Quoc Dang's user avatar
1 vote
0 answers
571 views

I’m trying to configure Apache Kafka 3.8.0 in KRaft mode to use Keycloak 26.1.1 for authentication via SASL/OAUTHBEARER. My Keycloak realm is named Kafka-Auth, and I have a confidential client called ...
Rebellious's user avatar
1 vote
0 answers
138 views

I already have a functioning Kafka KRaft cluster with mTLS. Now I'm trying to setup a cluster with SASL_SSL but I get the following error on the broker listener: INFO [SocketServer listenerType=BROKER,...
eazy-b's user avatar
  • 11
0 votes
1 answer
394 views

Even if i provide wrong clientId clientSecret scope clientId="1test_kafka" \ clientSecret="xxx" \ scope="1test_kafka_access" \ unsecuredLoginStringClaim_sub=&...
Omsairam's user avatar
  • 370
0 votes
1 answer
32 views

kafka-client version 2.7.0 kafka version 2.2 producer config Map<String, Object> props = new HashMap<>(); props.put(ProducerConfig.BOOTSTRAP_SERVERS_CONFIG, "server1:19000,server2:...
H Li's user avatar
  • 1
-1 votes
1 answer
2k views

i am new to kafka and my requirement is to implement SASL PLAINTEXT (username/ password) security in kafka broker(s). i tried different things but on success till now. what i have confs i did were ...
zeeshan's user avatar
  • 85
1 vote
1 answer
893 views

I'm trying to connect an AWS Lambda function to an Amazon MSK (Managed Streaming for Apache Kafka) cluster using the kafka-python library with SASL_SSL authentication. I am following the official ...
shady xv's user avatar
1 vote
0 answers
606 views

I'm trying to use a gmail account that I've using so far to relay emails automatically with a web app. Using the email and password, being insecure and therefore not allowed from the 30th September. I ...
Juan Maria Martin's user avatar
0 votes
0 answers
111 views

In my development environment, I just tried to set up SASL SSL communication between producer, consumer apps, and 3 kafka brokers as dockerized. Self signed certificates created with below commands in ...
mkartal's user avatar
  • 93
0 votes
1 answer
186 views

I have activemq classic 6.x version. I am trying to disable SASL resulting in the consumers and publishers to connect using only the SSL certificates. But it is not working. During my configuration ...
learner's user avatar
  • 960

15 30 50 per page
1
2 3 4 5
30