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
fix: getPlanStatus auth, queryConnector user token, example fixes (#244)
* fix: getPlanStatus auth header, queryConnector user token, example fixes
- getPlanStatus was the only client method calling _fetch without
buildAuthHeaders() - every call 401'd against a live stack
- queryConnector gains an optional userToken param (hardcoded
user_token:'' rejected on JWT-validating enterprise stacks); parity
with Go QueryConnector
- examples read AXONFLOW_USER_TOKEN, thread it through plan/connector
calls, and exit non-zero on unexpected failures instead of printing
'completed' over swallowed 401s
- runtime-e2e/plan_status_auth: live-agent authenticated round-trip +
bad-creds 401 control
Signed-off-by: Saurabh Jain <saurabhjain1592@gmail.com>
* chore: prettier formatting + package-lock version sync
Signed-off-by: Saurabh Jain <saurabhjain1592@gmail.com>
---------
Signed-off-by: Saurabh Jain <saurabhjain1592@gmail.com>
0 commit comments