Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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