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.
1 parent 06ba681 commit 6b4450dCopy full SHA for 6b4450d
api/src/main/java/io/kafbat/ui/config/ReadOnlyModeFilter.java
@@ -25,7 +25,7 @@ public class ReadOnlyModeFilter implements WebFilter {
25
Pattern.compile("/api/clusters/(?<clusterName>[^/]++)");
26
27
private static final Set<Pattern> SAFE_ENDPOINTS = Set.of(
28
- Pattern.compile("/api/clusters/[^/]+/topics/[^/]+/(smartfilters)$")
+ Pattern.compile("/api/clusters/[^/]+/topics/[^/]+/(smartfilters|analysis)$")
29
);
30
31
private final ClustersStorage clustersStorage;
0 commit comments