Skip to content

Commit f201b36

Browse files
committed
BE: RBAC: Remove topic edit inheritance from messages_delete
1 parent d285a69 commit f201b36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/src/main/java/io/kafbat/ui/model/rbac/permission/TopicAction.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ public enum TopicAction implements PermissibleAction {
1212
DELETE(VIEW),
1313
MESSAGES_READ(VIEW),
1414
MESSAGES_PRODUCE(VIEW),
15-
MESSAGES_DELETE(VIEW, EDIT),
15+
MESSAGES_DELETE(VIEW),
1616
ANALYSIS_VIEW(VIEW),
1717
ANALYSIS_RUN(VIEW, ANALYSIS_VIEW),
1818

0 commit comments

Comments
 (0)