Files
theta-suite/bootstrap
wmantly 577c264a6a fix(bootstrap): site-relay-register.js used the wrong login field for jump-host
jump-host's local admin login (via @simpleworkjs/oidc-client's shared
router) expects `username`, not `uid` -- sso-manager-node's own
/api/auth/login (used by site-join.js) is the one that expects `uid`.
Caught live: the script's login call to jump-host silently 401'd with
`uid`. Confirmed against a real jump-host container that `username`
succeeds.
2026-08-10 21:20:33 -04:00
..