sasl Questions

3

Solved

I have a standalone kafka broker that I'm trying to configure SASL for. Configurations are below. I'm trying to set up SASL_PLAIN authentication on the broker. My understanding is that with the li...
Recruitment asked 8/1, 2019 at 21:40

2

Solved

I have a problem communicating with Kafka secured with sasl using console scripts. Kafka is secured with sasl, listener is SASL_PLAINTEXT and mechanism is PLAIN. What I did: I tried listing some d...
Ruffled asked 18/8, 2017 at 12:22

4

Using mongorestore, I am trying to restore a MongoDB database to a new server (both version are 3.4). The new server has -auth enabled, so you are required to login. The database does not exist so ...
Suffolk asked 20/2, 2017 at 15:58

1

I am following this tutorial in order to configure my kafka broker security and i have get stuck after implementing the sasl_ssl authentication. Here are the things which i have done. Downloaded ...
Hyposensitize asked 30/3, 2020 at 9:5

4

Solved

Does .NET support SMTP authentication via OAuth protocol? Basically, I would like to be able to send emails on users' behalves using OAuth access tokens. However, I couldn't find a support for this...
Refine asked 12/6, 2014 at 23:31

1

Can anyone please help in enabling SASL authentication with wurstmeister/zookeeper and wurstmeister/kafka in docker compose? I run these without authentication and everything works fine, but I am n...
Camisado asked 20/5, 2020 at 23:54

3

I have a recent zookeeper build (version=3.4.3-1240972, built on 02/06/2012 10:48 GMT), and am having trouble forcing SASL to be used on all client connections. Using the local conf/ directory of ...
Makeup asked 10/7, 2012 at 17:27

2

I have a Apache Kafka (v. 2.13-3.0.0) installed on a remote Ubuntu server. I follow this tutorial to secure my cluster: https://medium.com/egen/securing-kafka-cluster-using-sasl-acl-and-ssl-dec15b4...
Mccracken asked 12/11, 2021 at 10:59

2

I am trying to install sasl3-0.2.11 python package on a windows 10 machine (64 bit). It is failing with a C1083 fatal error. Due to some proxies and me not being able to avoid them, I am installing...
Abernon asked 24/8, 2020 at 13:43

1

I have a SASL PLAIN configured Kafka but can't connect to it using cli and the documentation is not clear. Below is the command I am using as of now. bin/kafka-topics.sh --list --bootstrap-server l...
Many asked 19/8, 2020 at 13:54

1

when I use the below "/usr/bin/kafka-delete-records" command in the Kafka broker with PLAIN_TEXT port 9092, the command works fine, but when I use the SASL_SSL port 9094, the command throws the bel...
Brusa asked 14/10, 2019 at 11:13

3

Solved

I am trying to install sasl-0.1.3 python package on windows 7 (64 bit machine). It is fialing wiht C1083 fatal error. Looks like saslwrapper.cpp is unable to include sasl/sasl.h library in c++ mod...
Mehta asked 22/10, 2014 at 10:56

1

Solved

I want to create kafka consumer which is using security protocol SASL_SSL and sasl merchanism PLAIN. Can someone help me configure these details? I have read many documents on how to configure SAS...
Croaker asked 11/9, 2019 at 9:34

1

Solved

I want to install a particular library which includes several modules in the requirements. Two of them are sasl and sasl-thrift. I am facing errors as while installing them, their setup.py fails. ...
Adulterine asked 7/6, 2019 at 7:28

3

Solved

I am trying to install a Python client driver for HiveServer2: https://cwiki.apache.org/confluence/display/Hive/Setting+Up+HiveServer2#SettingUpHiveServer2-PythonClientDriver Installations says th...
Loot asked 3/4, 2014 at 13:8

2

Solved

I have OS Red Hat Enterprise Linux Server release 7.4 (Maipo) and python Python 2.7.13 :: Anaconda 4.4.0 (64-bit) Tried to install lib sasl sudo pip install sasl Collecting sasl Download...
Mclaughlin asked 1/2, 2018 at 12:5

2

I am trying to have setup SASL authentication for my zookeeper for Kafka. I followed all the steps mentioned in below link https://cwiki.apache.org/confluence/display/ZOOKEEPER/Client-Server+mutua...
Sakovich asked 1/8, 2017 at 15:5

2

Solved

I have a Kafka cluster with 2 brokers, each on their own (AWS) server (I set up the cluster using the intstructions here). I am using SASL (but no encryption). On server 2, which runs broker 2, I c...
Aric asked 8/1, 2018 at 2:20

1

Solved

How do I fix the problem that generates this error: WARN [NIOServerCxn.Factory:0.0.0.0/0.0.0.0:2181:ZooKeeperServer@1040] - Client failed to SASL authenticate: javax.security.sasl.SaslException: G...
Atworth asked 22/12, 2017 at 0:43

1

Solved

Kafka can be configured to use several authentication mechanisms: plaintext username/password, Kerberos or SSL. The first 2 use SASL, where there is a JAAS config file required. For the plain text...
Barometrograph asked 14/11, 2017 at 21:28

1

We are running RabbitMq 3.6.2 with Erlang 17.4 on Windows Server 2008. We see the following record over and over in the sasl log. It is occurring sparratically (every few hours) with no particular ...
Mccrary asked 6/7, 2016 at 14:33

2

Solved

I am facing the following error while enabling SASL on Zookeeper and broker authentication. [2017-04-18 15:54:10,476] DEBUG Size of client SASL token: 0 (org.apache.zookeeper.server.ZooKeeperServ...
Explant asked 18/4, 2017 at 10:42

2

Solved

Trying to use SASL AND LDAP to authenticate user in RedHat Linux. So far I've setup the saslauthd service and its up and running. My /etc/saslauthd.conf looks like follows: ldap_servers: ldaps://t...
Come asked 26/4, 2016 at 19:33

1

I've created a custom implementation of the PasswdAuthenticationProvider interface, based on OAuth2. I think the code is irrelevant for the problem I'm experiencing, nevertheless, it can be found h...
Bobble asked 1/2, 2016 at 11:17

1

I've been having some trouble with the installed version of libsasl2 (Cyrus SASL). In particular, it seems that the local headers and sasl_version report version 2.1.26, but no symbol is provided ...
Unsheathe asked 30/10, 2014 at 21:8

© 2022 - 2024 — McMap. All rights reserved.