You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Open http://localhost:7091/ . In fact, the Docker Image deployment document does not mention that 7091 has the authentication function turned on by default.
Minimal yet complete reproducer code (or URL to code):
Null.
Ⅴ. Anything else we need to know?
Null.
Ⅵ. Environment:
JDK version(e.g. java -version):
openjdk version "21.0.2" 2024-01-16
OpenJDK Runtime Environment GraalVM CE 21.0.2+13.1 (build 21.0.2+13-jvmci-23.1-b30)
OpenJDK 64-Bit Server VM GraalVM CE 21.0.2+13.1 (build 21.0.2+13-jvmci-23.1-b30, mixed mode, sharing)
Seata client/server version: 2.0.0
Database version: MySQL Server 8.3.0
OS(e.g. uname -a): Linux DESKTOP-J7M76VH 5.15.133.1-microsoft-standard-WSL2 #1 SMP Thu Oct 5 21:02:42 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
Others: Null
The text was updated successfully, but these errors were encountered:
@linghengqian Please add the URLs that should bypass authentication to seata.security.ignore.urls. The issue you have reported is important; the health check page will be excluded from authentication by default in future versions.
Ⅰ. Issue Description
Ⅱ. Describe what happened
Ⅲ. Describe what you expected to happen
seata
.http://localhost:7091/health
, which I did sees this URL at https://github.com/apache/incubator-seata/blob/v2.0.0/server/src/main/java/io/seata/server/controller/HealthController.java .401
Error Code to verify whether Seata Server is normal. https://github.com/linghengqian/experimental-class-define-support-v2312-test uses logic similar to the following.Ⅳ. How to reproduce it (as minimally and precisely as possible)
Minimal yet complete reproducer code (or URL to code):
Ⅴ. Anything else we need to know?
Ⅵ. Environment:
java -version
):openjdk version "21.0.2" 2024-01-16 OpenJDK Runtime Environment GraalVM CE 21.0.2+13.1 (build 21.0.2+13-jvmci-23.1-b30) OpenJDK 64-Bit Server VM GraalVM CE 21.0.2+13.1 (build 21.0.2+13-jvmci-23.1-b30, mixed mode, sharing)
2.0.0
uname -a
):Linux DESKTOP-J7M76VH 5.15.133.1-microsoft-standard-WSL2 #1 SMP Thu Oct 5 21:02:42 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
The text was updated successfully, but these errors were encountered: