Skip to content

Commit acd9076

Browse files
committed
conditionalize out note for schema_id_validation
1 parent b6d35a9 commit acd9076

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

modules/manage/pages/schema-reg/schema-reg-authorization.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -267,10 +267,12 @@ endif::[]
267267

268268
This example creates a role called `SoftwareEng` and assigns it ACLs for both topic and Schema Registry access:
269269

270+
ifndef::env-cloud[]
270271
[NOTE]
271272
====
272273
Redpanda recommends using the topic naming strategy for Schema Registry subjects, where subjects follow the pattern `<topicName>-key` or `<topicName>-value`. For details, see xref:manage:schema-reg/schema-id-validation.adoc#set-subject-name-strategy-per-topic[Set subject name strategy per topic].
273274
====
275+
endif::[]
274276

275277
[,bash]
276278
----

0 commit comments

Comments
 (0)