Skip to content
lake
Browse this documentation section

Credentialless direct managed-reader plan

Goal

Give an authenticated Rust SDK process with no cloud credentials the same direct streaming DataLocation experience as a credentialed client, without making every application handle bearer URLs and signed headers.

Decisions

Verification sequence

  1. Add full-object, exact-range, malformed-response, redirect, and corruption integration tests using an in-process Query action and HTTP object endpoint.
  2. Run the focused SDK tests and the issue spec lifecycle.
  3. Run the repository gate, record its result, and publish the current-main PR only after review accepts it.