We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
topic edit
messages_delete
1 parent c1841e6 commit b4106e2Copy full SHA for b4106e2
api/src/main/java/io/kafbat/ui/model/rbac/permission/TopicAction.java
@@ -12,7 +12,7 @@ public enum TopicAction implements PermissibleAction {
12
DELETE(VIEW),
13
MESSAGES_READ(VIEW),
14
MESSAGES_PRODUCE(VIEW),
15
- MESSAGES_DELETE(VIEW, EDIT),
+ MESSAGES_DELETE(VIEW),
16
ANALYSIS_VIEW(VIEW),
17
ANALYSIS_RUN(VIEW, ANALYSIS_VIEW),
18
0 commit comments