Errors
DSAR-BE-1001: AUTH_ACTOR_CONTEXT_MISSING
Alpha
DSAR is currently in alpha. APIs, package surfaces, configuration, and documentation may change as the project evolves.
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
- Send a valid DSAR bearer token and configure the runtime to resolve it.
Retryable
No. Retry only after fixing request authentication.