diff --git a/docs/products/kafka/karapace/howto/enable-schema-registry-authorization.md b/docs/products/kafka/karapace/howto/enable-schema-registry-authorization.md index 2d7826a3..87a89aa9 100644 --- a/docs/products/kafka/karapace/howto/enable-schema-registry-authorization.md +++ b/docs/products/kafka/karapace/howto/enable-schema-registry-authorization.md @@ -3,15 +3,18 @@ title: Enable Karapace schema registry authorization --- Most Aiven for Apache Kafka® services will automatically have -[schema registry authorization](/docs/products/kafka/karapace/concepts/schema-registry-authorization) enabled. However, some older services may pre-date this +[schema registry authorization](/docs/products/kafka/karapace/concepts/schema-registry-authorization) enabled, and the functionality cannot be disabled or enabled once a service has been created. + +However, some older services may pre-date this feature. To enable or disable this functionality on older services, follow these steps: 1. To enable schema registry authorization for a service, replace the `SERVICE_NAME` placeholder with the name of the Aiven for Apache Kafka® service in the Aiven CLI: - - avn service update --enable-schema-registry-authorization SERVICE_NAME + ``` + avn service update --enable-schema-registry-authorization SERVICE_NAME + ``` 2. You can similarly disable the Karapace schema registry authorization using: