From e12d0cb9a267b3ea138416fc4cd4125b9bea27ce Mon Sep 17 00:00:00 2001 From: BobSong <2434005232@qq.com> Date: Sun, 12 Jul 2026 15:23:38 +0800 Subject: [PATCH] docs admin : document websocket network isolation. --- shenyu-admin/src/main/resources/application.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/shenyu-admin/src/main/resources/application.yml b/shenyu-admin/src/main/resources/application.yml index a0850d0bea18..ecd6f4e07791 100755 --- a/shenyu-admin/src/main/resources/application.yml +++ b/shenyu-admin/src/main/resources/application.yml @@ -182,6 +182,8 @@ shenyu: - /index** - /platform/login - /platform/secretInfo + # /websocket is unauthenticated by design for Admin-Gateway data synchronization. + # Keep the Admin port on trusted networks and enforce network-level access controls. - /websocket - /error - /actuator/health