Skip to content

Commit

Permalink
MID-7534 updated docs regarding new audit stage and event type
Browse files Browse the repository at this point in the history
  • Loading branch information
1azyman committed Jun 16, 2023
1 parent 5366817 commit 9f653c5
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion docs/security/audit/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,10 @@ See xref:/midpoint/architecture/archive/subsystems/model/workflow-3/workflow-aud
| 13
| Running a task immediately (now)

| `DISCOVER_OBJECT`
| 14
| Created shadow after discovering object on resource.

|===

Other event types may be added in the future (including custom event types).
Expand Down Expand Up @@ -200,11 +204,17 @@ The record shows operation details (e.g. deltas) in the form as originally inten
| The operation after execution.
The record shows operation details (e.g. deltas) in the form as it was executed.

| `RESOURCE`
| 2
| Stage which contains events that were recorded on provisioning level.
Both before and after something happened in provisioning, e.g. when auditing operations executed through provisioning
on managed resource as well as getting changes through live synchronization process.

|===

Other stages may be added in the future (e.g. stage for approvals or workflow steps).

There is usually one request and one execution record for each operation.
There is usually one request, one execution and multiple provisioning records for each operation.
E.g. the request record contains the delta that assigns role to a user.
The execution record will also contain that delta, but it may contain additional deltas, e.g. deltas for adding new accounts implied by the role.
In some cases there may be several execution records for a single request record.
Expand Down

0 comments on commit 9f653c5

Please sign in to comment.