We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6431dce commit f786eecCopy full SHA for f786eec
website/docs/security/authentication.md
@@ -59,7 +59,7 @@ This mechanism is based on SASL (Simple Authentication and Security Layer) authe
59
60
Here is an example where port 9093 requires SASL/PLAIN authentication for the users "admin" and "fluss":
61
```yaml title="conf/server.yaml"
62
-# port 9092 use SASL authentication for clients
+# port 9093 use SASL authentication for clients
63
bind.listeners: INTERNAL://localhost:9092, CLIENT://localhost:9093
64
advertised.listeners: CLIENT://host:9093,
65
security.protocol.map: CLIENT:SASL, INTERNAL:PLAINTEXT
0 commit comments