Skip to content

Commit 75dc6c4

Browse files
committed
Conditionalize schema_registry_enable_authorization description
1 parent a42953d commit 75dc6c4

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

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

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5685,7 +5685,14 @@ Always normalize schemas. If set, this overrides the `normalize` parameter in re
56855685
=== schema_registry_enable_authorization
56865686

56875687
Enables ACL-based authorization for Schema Registry requests. When `true`, Schema Registry
5688-
uses ACL-based authorization instead of the default `public/user/superuser` authorization model. Requires authentication to be enabled using the xref:reference:properties/broker-properties.adoc#schema_registry_auth_method[`authentication_method`] property in the `schema_registry_api` broker configuration.
5688+
uses ACL-based authorization instead of the default `public/user/superuser` authorization model.
5689+
5690+
ifndef::env-cloud[]
5691+
Requires authentication to be enabled using the xref:reference:properties/broker-properties.adoc#schema_registry_auth_method[`authentication_method`] property in the `schema_registry_api` broker configuration.
5692+
endif::[]
5693+
ifdef::env-cloud[]
5694+
Requires authentication to be enabled using the `authentication_method` property in the `schema_registry_api` broker configuration.
5695+
endif::[]
56895696

56905697
*Requires restart:* No
56915698

0 commit comments

Comments
 (0)