Errors

DSAR-BE-1205: DELIVERY_TOKEN_INVALID

Meaning

The delivery token is missing, expired, or does not match the expected value. Delivery downloads and step-up challenge completions require a valid token.

Probable Causes

  • The x-delivery-token header was not included in the artifact download request.
  • The step-up challenge token submitted does not match the issued token.
  • The token has expired. Tokens are valid for 24 hours (86 400 seconds) after issuance. This TTL is hardcoded in the backend; the policy field tokenTtlSeconds is not honored at runtime.

How to Fix

  1. Complete a step-up challenge to obtain a valid delivery token.
  2. Include the token in the x-delivery-token header when downloading artifacts.
  3. If the token has expired, request a new step-up challenge.

Retryable

No. A new valid token must be obtained before retrying.

Minimal Trigger Example