You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: point the CLI realm endpoint at Core's LB, not the node's user-api
The exordos CLI authenticates via the "default" client alias, which only
Core's load balancer (port 80) knows how to rewrite to the real IAM
client + inject X-Client-Id/X-Client-Secret — the same mechanism already
documented above for the raw curl example. Pointing set-realm at the
node's own user-api port (:11010) instead bypasses the LB, so the alias
can't resolve and every CLI command fails with
"Can't parse value: uuid=default." Verified against a fresh bootstrap.
0 commit comments