diff --git a/docs/products/kafka/concepts/acl.md b/docs/products/kafka/concepts/acl.md index ba12e9900..75d1b3f65 100644 --- a/docs/products/kafka/concepts/acl.md +++ b/docs/products/kafka/concepts/acl.md @@ -3,7 +3,7 @@ title: Access Control Lists in Aiven for Apache Kafka® sidebar_label: Access control lists --- -Access Control Lists (ACLs) in Aiven for Apache Kafka® provide a mechanism to manage access to Apache Kafka resources such as topics, consumer groups, clusters, transactional IDs, and the Schema Registry. +Access Control Lists (ACLs) in Aiven for Apache Kafka® manage access to topics, consumer groups, clusters, and Schema Registry with permissions. Aiven supports two ACL models: diff --git a/docs/products/kafka/howto/manage-acls.md b/docs/products/kafka/howto/manage-acls.md index e5a269dbd..5643b3c83 100644 --- a/docs/products/kafka/howto/manage-acls.md +++ b/docs/products/kafka/howto/manage-acls.md @@ -6,7 +6,7 @@ import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; import ConsoleLabel from "@site/src/components/ConsoleIcons" -Access control lists (ACLs) in Aiven for Apache Kafka® define and enforce permissions for Apache Kafka resources, such as topics, schemas, consumer groups, and transactional IDs. +Access control lists (ACLs) in Aiven for Apache Kafka® define permissions for topics, schemas, consumer groups, and transactional IDs. ACLs control which authenticated users or applications (principals) can perform specific operations on these resources.