Skip to content

Commit

Permalink
update: Update enable-schema-registry-authorization.md (#318)
Browse files Browse the repository at this point in the history
Signed-off-by: gordon-chen-aiven <[email protected]>
  • Loading branch information
gordon-chen-aiven authored Jul 5, 2024
1 parent 25de6e2 commit dd2d330
Showing 1 changed file with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit dd2d330

Please sign in to comment.