Skip to main content
0 votes
0 answers
57 views

Use service account from google to send emails through smtp.gmail.com

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
13 views

How to set jass conf string in ci/cd pipeline so that it's probably formated

In gitlab.yml I take the jaas.config from ci/cd pipeline trying to set sasl/plain kafka connection but getting illegal argument or control flag not specified sasl.jaas.config=org.apache.kafka.common....
coder404's user avatar
0 votes
0 answers
47 views

Unable to communicate kafka broker containers in docker environment

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
0 answers
118 views

port 6432 failed: FATAL: SASL authentication failed

I am a beginner in postgresql. I want to manage connections to my postgresql database using pgbouncer. I have done all the necessary configuration but I get this error: **psql: error: connection to ...
Muhammad Fauzaan's user avatar
0 votes
1 answer
29 views

Not able to connect to ActiveMQ 6.x with SSL client certificate and WITHOUT SASL

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
  • 930
0 votes
1 answer
56 views

Performing SASL (with SSL) implementation with Kafka 2.8.1 version

I am encountering the following issue while implementing SASL (with SSL) with Kafka version 2.8.1 on Windows. Any assistance would be appreciated. Kafka Server Logs with ERROR: [2024-08-01 10:45:09,...
ganvin's user avatar
  • 179
0 votes
0 answers
14 views

How to implement topic level authentication for kafka using SASL-PLAIN for windows using python?

I have implemented broker level authentication using SASL-PLAIN, now i want to add topic level authorization using ACLs. Im not able to do that I am running zookeeper and broker on local with default ...
Aashi Jain's user avatar
0 votes
1 answer
54 views

What is saslprep ? why its required a stun username password to be used with saslprep?

I have gone through RFC about could not understand the purpose of it can anybody dumb it down for me please.
Usama's user avatar
  • 94
0 votes
0 answers
111 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
  • 156
0 votes
0 answers
144 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
106 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
286 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
90 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 ...
PAA's user avatar
  • 11.8k
0 votes
0 answers
365 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
400 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

15 30 50 per page
1
2 3 4 5
30