Errors

DSAR-BE-1001: AUTH_ACTOR_CONTEXT_MISSING

Meaning

The request targets a protected endpoint, but DSAR could not resolve an authenticated actor from bearer auth.

Probable Causes

  • Client did not send Authorization: Bearer ... for a protected route.
  • Runtime bearer-token mapping is missing or the token is invalid.

How to Fix

  1. Send a valid DSAR bearer token and configure the runtime to resolve it.

Retryable

No. Retry only after fixing request authentication.

Minimal Trigger Example