Append-only JSONL audit trail for privileged platform actions
(permissions changes and app lifecycle).
Config:
gingee.json → audit
Engine-internal (not for sandboxed app require).- Description:
- Append-only JSONL audit trail for privileged platform actions
(permissions changes and app lifecycle).
Config:
gingee.json→auditEngine-internal (not for sandboxed app require).
- Append-only JSONL audit trail for privileged platform actions
(permissions changes and app lifecycle).
Config:
Members
(inner) config :object
Type:
- object
(inner) logger :object|null
Type:
- object | null
(inner) projectRoot :string
Type:
- string
(inner) resolvedPath :string
Type:
- string
Methods
(inner) emit(event, detailsopt, optionsopt)
- Description:
- Emit one audit event as a single JSON line.
Parameters:
| Name | Type | Attributes | Description | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
event |
string | Stable event name (e.g. permission.set, app.install) | |||||||||||||
details |
object |
<optional> |
|||||||||||||
options |
object |
<optional> |
Properties
|
(inner) initServer(cfg, root, logRefopt)
Parameters:
| Name | Type | Attributes | Description |
|---|---|---|---|
cfg |
object | null | undefined | ||
root |
string | ||
logRef |
object |
<optional> |