Skip to content

Commit 26e89c6

Browse files
authored
Update listener-configuration.adoc
1 parent 0cf8df6 commit 26e89c6

File tree

1 file changed

+21
-7
lines changed

1 file changed

+21
-7
lines changed

modules/manage/pages/security/listener-configuration.adoc

Lines changed: 21 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ redpanda:
3434

3535
== Advertise a listener
3636

37-
By default, the advertised address is the same as the bound address. For clients outside the local host or subnet, you must set an externally reachable address or hostname. Invalid settingsincluding `0.0.0.0`will fail startup validation.
37+
By default, the advertised address is the same as the bound address. For clients outside the local host or subnet, you must set an externally reachable address or hostname. Invalid settings, including `0.0.0.0`, will fail startup validation.
3838

3939
[source,yaml]
4040
----
@@ -47,7 +47,7 @@ redpanda:
4747
[NOTE]
4848
====
4949
* Use a valid hostname or IP. Do not use `0.0.0.0`.
50-
* When using a DNS hostname, ensure clients can resolve it and that it matches any TLS certificate SAN.
50+
* When using a DNS hostname, ensure that clients can resolve it and that it matches any TLS certificate Subject Alternative Name (SAN).
5151
====
5252

5353
== Multiple listeners
@@ -107,7 +107,7 @@ Ensure `kafka.example.com` matches the SAN in `broker.crt` and that clients trus
107107

108108
== Mixed-mode authentication with multiple listeners
109109

110-
Redpanda supports running multiple authentication schemes side by side. Each listener can specify its method, and must define a `name:`.
110+
Redpanda supports running multiple authentication schemes concurrently. Each listener can specify its method, and must define a `name` property.
111111

112112
[source,yaml]
113113
----
@@ -133,9 +133,23 @@ redpanda:
133133

134134
== Listeners that can be advertised
135135

136-
* `kafka_api` → `advertised_kafka_api`: Kafka clients connect here.
137-
* `rpc_server` → `advertised_rpc_api`: Other Redpanda brokers connect here.
138-
* `pandaproxy_api` → `advertised_pandaproxy_api`: HTTP clients connect here.
136+
[cols="1m,1m,2a"]
137+
|===
138+
| Listener | Advertised Listener | Description
139+
140+
|kafka_api
141+
|advertised_kafka_api
142+
|Kafka clients connect here.
143+
144+
|rpc_server
145+
|advertised_rpc_api
146+
|Other Redpanda brokers connect here.
147+
148+
|pandaproxy_api
149+
|advertised_pandaproxy_api
150+
|HTTP proxy clients connect here.
151+
152+
|===
139153

140-
For each advertised block, match the `name:` of the corresponding listener and provide a valid address and port.
154+
For each advertised listener, match the `name` of the corresponding listener and provide a valid address and port.
141155

0 commit comments

Comments
 (0)