From d4f16863bc8180c77a1ba2f5cd45b04f4a510ac4 Mon Sep 17 00:00:00 2001 From: Harshini Rangaswamy Date: Fri, 6 Dec 2024 15:56:03 +0100 Subject: [PATCH] fix: content --- docs/tools/cli/service/acl.md | 2 +- docs/tools/cli/service/kafka-acl.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/tools/cli/service/acl.md b/docs/tools/cli/service/acl.md index 20fb3681f..2750ec62c 100644 --- a/docs/tools/cli/service/acl.md +++ b/docs/tools/cli/service/acl.md @@ -38,7 +38,7 @@ Delete an Aiven for Apache Kafka® ACL entry. | `service_name` | Name of the service | | `acl_id` | ID of the ACL to delete | -**Example:** Delete the ACL with id `acl3604f96c74a` from the Aiven for +**Example:** Delete the ACL with ID `acl3604f96c74a` from the Aiven for Apache Kafka service `kafka-doc`. ```bash diff --git a/docs/tools/cli/service/kafka-acl.md b/docs/tools/cli/service/kafka-acl.md index 2d16b2b6f..75eff3afc 100644 --- a/docs/tools/cli/service/kafka-acl.md +++ b/docs/tools/cli/service/kafka-acl.md @@ -24,11 +24,11 @@ Add a Kafka-native ACL entry. | `--topic` | Topic resource for the ACL | | `--group` | Consumer group resource for the ACL | | `--cluster` | Cluster resource for the ACL | -| `--transactional-id` | TransactionalId resource for the ACL | +| `--transactional-id` | `TransactionalId` resource for the ACL | | `--operation` | Operation type: possible values are `Describe`, `DescribeConfigs`,
`Alter`, `IdempotentWrite`, `Read`, `Delete`, `Create`, `ClusterAction`,
`All`, `Write`, `AlterConfigs`, `CreateTokens`, `DescribeTokens` | | `--host` | Host for the ACL, where `*` matches all hosts (default: `*`) | -| `--resource-pattern-type` | Resource pattern type, either LITERAL or PREFIXED (default: LITERAL) | -! `--deny` | Create a DENY rule (default: ALLOW) | +| `--resource-pattern-type` | Resource pattern type, either `LITERAL` or `PREFIXED` (default: `LITERAL`) | +! `--deny` | Create a `DENY` rule (default: `ALLOW`) | **Example:** Add a Kafka-native ACL for user `userA` to `Read` on topics with names starting with `topic2020` in service `kafka-doc`.