Is it possible to disable SASL and exclusively utilize an IP-based connection? #8852
Replies: 4 comments 1 reply
-
This is my client implementation:
|
Beta Was this translation helpful? Give feedback.
-
After adding this configuration to the settings, I am able to establish a connection
|
Beta Was this translation helpful? Give feedback.
-
SASL is not used unless you use it (i.e. using |
Beta Was this translation helpful? Give feedback.
-
Thank you for your help. this listener can be accessed seamlessly without the need for authentication after set
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I attempted the following configuration without success. Despite my efforts, I continue to receive the
Topic Authorization Failed: the client is not authorized to access the requested topic: Authorization failed.
prompt when attempting to create a topic.Is it possible to establish a connection to the cluster within Kubernetes without any authentication, where the client only needs to configure the server's IP and port?
Beta Was this translation helpful? Give feedback.
All reactions