mirror of
https://github.com/Studio-Saelix/sencho.git
synced 2026-08-04 16:07:55 +00:00
2354beed02
The gateway's console-token fetch to remote nodes was missing the x-sencho-tier and x-sencho-variant headers. Without them, the remote's requireAdmiral guard fell back to its own local license (Community), rejecting the request with 403 and surfacing as a 502 "Connection error" in the browser. Additionally, the remote's WS upgrade handler for host-console checked only the local LicenseService instead of respecting proxy tier headers on console_session tokens. Both paths now propagate and honour proxy tier headers consistently.