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 ca19481 commit 7dc3e9fCopy full SHA for 7dc3e9f
website/docs/security/authentication.md
@@ -57,7 +57,7 @@ This mechanism is based on SASL (Simple Authentication and Security Layer) authe
57
58
Here is an example where port 9093 requires SASL/PLAIN authentication for the users "admin" and "fluss":
59
```yaml title="conf/server.yaml"
60
-# port 9092 use SASL authentication for clients
+# port 9093 use SASL authentication for clients
61
bind.listeners: INTERNAL://localhost:9092, CLIENT://localhost:9093
62
advertised.listeners: CLIENT://host:9093,
63
security.protocol.map: CLIENT:SASL, INTERNAL:PLAINTEXT
0 commit comments