Skip to content

Commit 009940a

Browse files
Update modules/manage/pages/security/authorization/acl.adoc
Co-authored-by: Jake Cahill <[email protected]>
1 parent f8d987e commit 009940a

File tree

1 file changed

+11
-7
lines changed
  • modules/manage/pages/security/authorization

1 file changed

+11
-7
lines changed

modules/manage/pages/security/authorization/acl.adoc

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -190,19 +190,23 @@ For quick reference, here are the ACL requirements for common client scenarios:
190190
| Client type | Required ACLs
191191

192192
| Simple producer
193-
| • `WRITE` + `DESCRIBE` on target topics
193+
|
194+
* `WRITE` + `DESCRIBE` on target topics
194195

195196
| Simple consumer
196-
| • `READ` + `DESCRIBE` on target topics
197-
• `READ` on consumer group
197+
|
198+
* `READ` + `DESCRIBE` on target topics
199+
* `READ` on consumer group
198200

199201
| Transactional producer
200-
| • `WRITE` + `DESCRIBE` on target topics
201-
• `WRITE` on transactional ID
202+
|
203+
* `WRITE` + `DESCRIBE` on target topics
204+
* `WRITE` on transactional ID
202205

203206
| Consumer group admin
204-
| • `READ` + `DESCRIBE` on target topics
205-
• `READ` + `DESCRIBE` + `DELETE` on consumer groups
207+
|
208+
* `READ` + `DESCRIBE` on target topics
209+
* `READ` + `DESCRIBE` + `DELETE` on consumer groups
206210
|===
207211

208212
Command examples:

0 commit comments

Comments
 (0)