31882417377468b41bbe3ff94506aa4928024450
Build & Test (NowChessSystems) TeamCity build finished
External tournament servers expose POST /api/bots (registry) not POST /api/account/bots. They also require their own HMAC-HS256 token, not the NowChessSystems RS256 account-service token. parkOnStartup now: - Parks on the local NowChessSystems account service via /api/account/bots using the resolved NowChessSystems token (unchanged) - For each remote server from fetchRemoteServers(), calls registerWithServer(serverUrl, name) to obtain a server-specific token via POST /api/auth/register (public endpoint), then parks via POST /api/bots using that token registerWithTournamentServer extracted into registerWithServer(url, name) so it can be reused for both the primary tournament server (resolveToken) and all remote servers (parkOnStartup). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Description
No description provided
Languages
Scala
84.1%
Python
11.8%
Bru
2.9%
HTML
0.8%
Shell
0.2%
Other
0.1%