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

Aias00 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shenyu.git


The following commit(s) were added to refs/heads/master by this push:
     new 5f9f4b307f docs admin : document websocket network isolation. (#6419)
5f9f4b307f is described below

commit 5f9f4b307f534d5defcf5a535f1333a02647a450
Author: BobSong <[email protected]>
AuthorDate: Thu Jul 23 08:28:24 2026 +0800

    docs admin : document websocket network isolation. (#6419)
    
    Co-authored-by: aias00 <[email protected]>
---
 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 a0850d0bea..ecd6f4e077 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

Reply via email to