yearnxiao opened a new issue, #6422: URL: https://github.com/apache/incubator-seata/issues/6422
<!-- Please do not use this issue template to report security vulnerabilities but refer to our [security policy](https://github.com/seata/seata/security/policy). --> - [ ] I have searched the [issues](https://github.com/seata/seata/issues) of this repository and believe that this is not a duplicate. ### Ⅰ. Issue Description web控制台-->Saga状态机设计器页面静态资源没有配置为信任资源,导致请求相应的静态资源时被鉴权拦截返回401 ### Ⅱ. Describe what happened   10:58:24.143 INFO --- [ main] [rpc.netty.NettyServerBootstrap] [ start] [] : Server started, service listen port: 8091 10:58:24.162 INFO --- [ main] [io.seata.server.ServerRunner ] [ run] [] : you can visit seata console UI on http://127.0.0.1:7091. log path: /root/logs/seata. 10:58:24.163 INFO --- [ main] [io.seata.server.ServerRunner ] [ run] [] : seata server started in 645 millSeconds 10:58:28.712 INFO --- [ http-nio-7091-exec-1] [rBase.[Tomcat].[localhost].[/]] [ log] [] : Initializing Spring DispatcherServlet 'dispatcherServlet' 10:58:28.713 INFO --- [ http-nio-7091-exec-1] [.web.servlet.DispatcherServlet] [ initServletBean] [] : Initializing Servlet 'dispatcherServlet' 10:58:28.714 INFO --- [ http-nio-7091-exec-1] [.web.servlet.DispatcherServlet] [ initServletBean] [] : Completed initialization in 1 ms 10:58:29.104 ERROR --- [ http-nio-7091-exec-2] [ty.JwtAuthenticationEntryPoint] [ commence] [] : Responding with unauthorized error. Message - Full authentication is required to access this resource 10:58:29.176 ERROR --- [ http-nio-7091-exec-3] [ty.JwtAuthenticationEntryPoint] [ commence] [] : Responding with unauthorized error. Message - Full authentication is required to access this resource 10:58:29.197 ERROR --- [ http-nio-7091-exec-4] [ty.JwtAuthenticationEntryPoint] [ commence] [] : Responding with unauthorized error. Message - Full authentication is required to access this resource 10:58:29.283 ERROR --- [ http-nio-7091-exec-5] [ty.JwtAuthenticationEntryPoint] [ commence] [] : Responding with unauthorized error. Message - Full authentication is required to access this resource 10:58:29.329 ERROR --- [ http-nio-7091-exec-6] [ty.JwtAuthenticationEntryPoint] [ commence] [] : Responding with unauthorized error. Message - Full authentication is required to access this resource 10:58:33.999 ERROR --- [ http-nio-7091-exec-5] [ty.JwtAuthenticationEntryPoint] [ commence] [] : Responding with unauthorized error. Message - Full authentication is required to access this resource 10:58:44.478 ERROR --- [ http-nio-7091-exec-2] [ty.JwtAuthenticationEntryPoint] [ commence] [] : Responding with unauthorized error. Message - Full authentication is required to access this resource 10:58:47.623 ERROR --- [ http-nio-7091-exec-7] [ty.JwtAuthenticationEntryPoint] [ commence] [] : Responding with unauthorized error. Message - Full authentication is required to access this resource ### Ⅲ. Describe what you expected to happen ### Ⅳ. How to reproduce it (as minimally and precisely as possible) 1. 访问http://seata-server-IP:7091打开web console 2. 登陆系统,切换到【Saga状态机设计器页面】页面,即可发现页面内容无法正常加载 Minimal yet complete reproducer code (or URL to code): ### Ⅴ. Anything else we need to know? ### Ⅵ. Environment: - JDK version(e.g. `java -version`): - Seata client/server version: 2.0.0 - Database version: - OS(e.g. `uname -a`): - Others: 镜像信息:seataio/seata-server:2.0.0 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
