This is an automated email from the ASF dual-hosted git repository.

benjobs pushed a commit to branch notify_message
in repository https://gitbox.apache.org/repos/asf/incubator-streampark.git


The following commit(s) were added to refs/heads/notify_message by this push:
     new fba5d75ef [Improve] minor improvement
fba5d75ef is described below

commit fba5d75efc45f2a455bb672ded2fc670cb61aed8
Author: benjobs <[email protected]>
AuthorDate: Mon Aug 5 17:08:52 2024 +0800

    [Improve] minor improvement
---
 .../apache/streampark/console/system/authentication/ShiroConfig.java    | 2 --
 1 file changed, 2 deletions(-)

diff --git 
a/streampark-console/streampark-console-service/src/main/java/org/apache/streampark/console/system/authentication/ShiroConfig.java
 
b/streampark-console/streampark-console-service/src/main/java/org/apache/streampark/console/system/authentication/ShiroConfig.java
index 2585b41e4..64a85a350 100644
--- 
a/streampark-console/streampark-console-service/src/main/java/org/apache/streampark/console/system/authentication/ShiroConfig.java
+++ 
b/streampark-console/streampark-console-service/src/main/java/org/apache/streampark/console/system/authentication/ShiroConfig.java
@@ -56,8 +56,6 @@ public class ShiroConfig {
     filterChainDefinitionMap.put("/systemName", "anon");
     filterChainDefinitionMap.put("/member/teams", "anon");
     filterChainDefinitionMap.put("/user/check/**", "anon");
-    filterChainDefinitionMap.put("/user/initTeam", "anon");
-    filterChainDefinitionMap.put("/websocket/**", "anon");
     filterChainDefinitionMap.put("/metrics/**", "anon");
 
     filterChainDefinitionMap.put("/index.html", "anon");

Reply via email to