Skip to content
2 changes: 2 additions & 0 deletions shenyu-admin/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading