mirror of
https://gitee.com/dromara/RuoYi-Cloud-Plus.git
synced 2025-11-28 01:00:05 +08:00
fix 修复 easy retry 内网鉴权无法通过问题
This commit is contained in:
@@ -36,6 +36,8 @@ public class SecurityConfiguration implements WebMvcConfigurer {
|
||||
return new SaServletFilter()
|
||||
.addInclude("/**")
|
||||
.addExclude("/actuator/**")
|
||||
// 放行 easy retry 通信接口
|
||||
.addExclude("/job/dispatch/v1", "/job/stop/v1")
|
||||
.setAuth(obj -> {
|
||||
if (SaManager.getConfig().getCheckSameToken()) {
|
||||
SaSameUtil.checkCurrentRequestToken();
|
||||
|
||||
Reference in New Issue
Block a user