Dashboard user session
Used by authenticated users inside the Lariba Cloud dashboard to manage workspaces, projects, sources, API keys, and operational views.
Lariba Cloud uses different authentication models for dashboard users and external event producers. User sessions protect dashboard actions. Source API keys protect event ingestion.
Used by authenticated users inside the Lariba Cloud dashboard to manage workspaces, projects, sources, API keys, and operational views.
Used by external systems to send events into Lariba Cloud through the Ingestion API.
Each source key should be scoped to a known Event Source, project, and ingestion permission boundary.
Browser-facing keys should require explicit origin and event-type restrictions before being exposed to public clients.
Dashboard users authenticate with the application session to manage product configuration. External producers authenticate with a source API key to send events. A backend service, ERP connector, or worker should not use a dashboard user session for ingestion.
Source API keys should be treated as secrets. Do not commit them to source control, expose them in logs, paste them into public issue trackers, or share them outside the system that owns the source.