M21: add optional organisation identity
This commit is contained in:
@@ -42,7 +42,12 @@ def get_correlation_id(
|
||||
|
||||
|
||||
def _audit_service_request(
|
||||
db: Session, *, client_id: str, tool: str, status_label: str, correlation_id: str,
|
||||
db: Session,
|
||||
*,
|
||||
client_id: str,
|
||||
tool: str,
|
||||
status_label: str,
|
||||
correlation_id: str,
|
||||
metadata: dict[str, object] | None = None,
|
||||
) -> None:
|
||||
record_audit_event(
|
||||
|
||||
Reference in New Issue
Block a user