You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The `authentication_method` property configures authentication for HTTP-based API listeners (Schema Registry and HTTP Proxy).
53
53
54
54
*Accepted values:*
55
+
55
56
- `none` - No authentication required (allows anonymous access).
56
57
- `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.
57
58
@@ -165,7 +166,7 @@ NOTE: Schema Registry client uses the same configuration properties as HTTP Prox
165
166
166
167
== Audit log client
167
168
168
-
Configuration options for Audit log client connections to Kafka brokers.
169
+
Configuration options for audit log client connections to Kafka brokers.
0 commit comments