Auth modes
How tenant credentials, Portal sessions, and Portal-issued API keys differ.
How tenant credentials, Portal sessions, and Portal-issued API keys differ.
DLaaS itself accepts three header sets:
| Mode | Header(s) | Used for |
| --- | --- | --- |
| Tenant | X-Tenant-Api-Key + X-Tenant-Api-Secret | Per-tenant CRUD and runtime traffic |
| Control plane | X-Control-Plane-Secret | Tenant bootstrap, admin views |
| Service | X-Service-Secret | Snapshot export, runtime diagnostics |
The Portal collapses these for end users:
/api/proxy/dlaas/* call is signed with the tenant headers automatically.DLAAS_SERVICE_SECRET.