@@ -54,6 +54,19 @@ There are 4 profiles to manage topics:
5454* Consumer: allows to read data from the topic(s)
5555* ProducerConsumer: allows both read and write access to the topic(s)
5656
57+ +-------------------------+-----------------------------+-----------------------------+-----------------------------+
58+ | Admin | Producer | Consumer | ProducerConsumer |
59+ +=========================+=============================+=============================+=============================+
60+ | kafka-cluster:*Topic * | kafka-cluster:DescribeTopic | kafka-cluster:DescribeTopic | kafka-cluster:DescribeTopic |
61+ | | | | |
62+ | | | | |
63+ | kafka-cluster:ReadData | kafka-cluster:WriteData | kafka-cluster:ReadData | kafka-cluster:WriteData |
64+ | | | | |
65+ | | | | |
66+ | kafka-cluster:WriteData | | | kafka-cluster:ReadData |
67+ +-------------------------+-----------------------------+-----------------------------+-----------------------------+
68+
69+
5770group
5871******
5972
@@ -62,13 +75,32 @@ There are 2 profiles to manage consumer groups
6275* Admin: grants all Kafka ACLs on the security group, including delete
6376* Consumer: grants normal use of the consumer group(s) for the application.
6477
78+ +-----------------------------+-----------------------------+
79+ | Admin | Consumer |
80+ +=============================+=============================+
81+ | kafka-cluster:DescribeGroup | kafka-cluster:DescribeGroup |
82+ | | |
83+ | kafka-cluster:AlterGroup | kafka-cluster:AlterGroup |
84+ | | |
85+ | kafka-cluster:DeleteGroup | |
86+ +-----------------------------+-----------------------------+
87+
6588transactional-id
6689*****************
6790
6891There is 1 profile for Kafka transactional IDs.
6992
7093* Producer: allows all Kafka ACLs related to Transactional IDs
7194
95+ +---------------------------------------+
96+ | Producer |
97+ +=======================================+
98+ | kafka-cluster:AlterTransactionalId |
99+ | |
100+ | |
101+ | kafka-cluster:DescribeTransactionalId |
102+ +---------------------------------------+
103+
72104Schema Definition
73105==================
74106
0 commit comments