diff --git a/docs/ARCHITECTURE.md b/docs/ARCHITECTURE.md index 38cf80db97..4785d9a8ce 100644 --- a/docs/ARCHITECTURE.md +++ b/docs/ARCHITECTURE.md @@ -381,7 +381,7 @@ sequenceDiagram API->>PG: persist / load volume row API->>API: mint JWT (aud = https://api.<domain>)
resolve domain API-->>U: { volumeID, name, token, domain? } - Note over U: domain is returned only for BYOC teams;
SDK stores it and falls back to api.<E2B_DOMAIN> otherwise + Note over U: domain is returned only for BYOC teams#59;
SDK stores it and falls back to api.<E2B_DOMAIN> otherwise U->>VC: /volumecontent/{id}/... at api.<domain>
Authorization: Bearer token VC->>VC: verify token (audience must match its own origin) VC-->>U: file content