Skip to content

Commit bdaf56a

Browse files
committed
conditionalizations for cloud
1 parent d9af199 commit bdaf56a

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

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

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5679,15 +5679,21 @@ Always normalize schemas. If set, this overrides the `normalize` parameter in re
56795679
=== schema_registry_enable_authorization
56805680

56815681
Enables ACL-based authorization for Schema Registry requests. When `true`, Schema Registry
5682-
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.
5682+
uses ACL-based authorization instead of the default `public/user/superuser` authorization model.
5683+
5684+
ifndef::env-cloud[]
5685+
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.
5686+
endif::[]
56835687

56845688
*Requires restart:* No
56855689

56865690
*Visibility:* `user`
56875691

56885692
*Type:* boolean
56895693

5694+
ifndef::env-cloud[]
56905695
*Enterprise license required:* `true`
5696+
endif::[]
56915697

56925698
*Default:* `false`
56935699

0 commit comments

Comments
 (0)