Skip to content

Commit b4106e2

Browse files
RBAC: Remove topic edit inheritance from messages_delete (#1452)
Co-authored-by: German Osin <german.osin@gmail.com>
1 parent c1841e6 commit b4106e2

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)