RAJA Admin
checking...

Overview

Grant access to datasets by package listing, not by bucket. DataZone grants mint JWT tokens; enforcement is pure subset checking with no policy engine in the data path. Why this matters →

How It Works

  1. Define who can access what — in DataZone package grants, by dataset name, not by bucket. See live listings →
  2. The system compiles that decision into a token — a signed JWT that carries the access grant, valid for a short window. Mint a token and inspect it →
  3. The token is the only thing enforcement checks — no policy engine, no IAM, just: does this request fall inside the token's scope? Run a live enforcement probe →
  4. Anything outside the boundary is denied — expired tokens, wrong audience, tampered claims. The system is fail-closed. See the failure suite →
  5. Revocation is immediate or eventual — remove a principal to stop new grants, or rotate the signing key to invalidate everything at once. Incident response →
  6. Every decision is traceable — each access traces back to a token, which traces back to a grant check. Browse the audit log →

System Status