Skip to content

Commit 49e7aa6

Browse files
mfernestclaude
andauthored
fix(DOC-2062): address reviewer suggestions from DOC-1681 (#1615)
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 7453d70 commit 49e7aa6

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

modules/reference/pages/properties/broker-properties.adoc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Broker properties are organized under different top-level sections in your confi
1313
* `schema_registry_client`
1414
* `audit_log_client`
1515
16-
Simple properties use a single key-value pair, while complex properties (such as listeners and TLS configurations) include examples.
16+
Simple properties are shown as a single key-value pair. Complex properties, such as listeners and TLS configurations, include configuration examples.
1717

1818
For information on how to edit broker properties, see xref:manage:cluster-maintenance/node-property-configuration.adoc[].
1919

@@ -52,6 +52,7 @@ include::reference:partial$properties/broker-properties.adoc[tags=category-redpa
5252
The `authentication_method` property configures authentication for HTTP-based API listeners (Schema Registry and HTTP Proxy).
5353

5454
*Accepted values:*
55+
5556
- `none` - No authentication required (allows anonymous access).
5657
- `http_basic` - Authentication required. The specific authentication method (Basic vs OIDC) depends on the xref:reference:properties/cluster-properties.adoc#http_authentication[`http_authentication`] cluster property and the client's Authorization header type.
5758

@@ -165,7 +166,7 @@ NOTE: Schema Registry client uses the same configuration properties as HTTP Prox
165166

166167
== Audit log client
167168

168-
Configuration options for Audit log client connections to Kafka brokers.
169+
Configuration options for audit log client connections to Kafka brokers.
169170

170171
.Example
171172
[,yaml]

0 commit comments

Comments
 (0)