Emit audit and SCIM log exports as CSV
JSONL was awkward in spreadsheets and SIEM imports. Write tab-separated-friendly CSV with organization name on every row, resolve audit actors to email or API key name, and enrich SCIM rows with profile email and display name when available. Signed-off-by: Cursor Agent <cursoragent@cursor.com> Co-authored-by: Bryan FRIMIN <bryan@frimin.fr>
This commit is contained in:
@@ -8,7 +8,7 @@ All notable changes to the `prb` CLI will be documented in this file.
|
||||
|
||||
### Added
|
||||
|
||||
- `prb audit-log export` and `prb scim event export` commands to request JSONL exports of audit log entries and SCIM events
|
||||
- `prb audit-log export` and `prb scim event export` commands to request CSV exports of audit log entries and SCIM events
|
||||
|
||||
## [0.205.0] - 2026-07-28
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@ All notable changes to `probod` (the server, including the bundled `@probo/conso
|
||||
|
||||
### Added
|
||||
|
||||
- Log export for audit logs and SCIM events: request a JSONL export job from the console, Connect, MCP, or CLI, streamed and uploaded to S3 by a concurrent export worker
|
||||
- Log export for audit logs and SCIM events: request a CSV export job from the console, Connect, MCP, or CLI, streamed and uploaded to S3 by a concurrent export worker
|
||||
- Auth cookie `SameSite` attribute is now configurable (`PROBOD_AUTH_COOKIE_SAMESITE`, defaults to `Lax`), rejecting `None` unless `Secure` is enabled
|
||||
- In-tab light/dark display mode toggle for signed-in compliance portal guests, independent of the OS color scheme
|
||||
- Subprocessor cards truncate long country/region lists behind a "+N" popover
|
||||
|
||||
Reference in New Issue
Block a user