From b63954ac08944d24a37abdb9452741375c3b2091 Mon Sep 17 00:00:00 2001 From: mar Date: Wed, 24 Sep 2025 12:24:37 +0300 Subject: [PATCH 1/2] doc: correct the list of audit log events --- doc/tooling/tcm/tcm_audit_log.rst | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/doc/tooling/tcm/tcm_audit_log.rst b/doc/tooling/tcm/tcm_audit_log.rst index d702462027..19435f0920 100644 --- a/doc/tooling/tcm/tcm_audit_log.rst +++ b/doc/tooling/tcm/tcm_audit_log.rst @@ -238,6 +238,10 @@ audit log events. - Authentication successful * - ``access.denied`` - An attempt to access an object without the required permission + * - ``crud.insert`` + - Data inserted via CRUD operations + * - ``crud.delete`` + - Data deleted via CRUD operations * - ``user.add`` - User added * - ``user.update`` @@ -263,14 +267,6 @@ audit log events. * - ``explorer.insert`` - Data inserted in a cluster * - ``explorer.delete`` - - Data deleted from a cluster - * - ``explorer.replace`` - - Data replaced in a cluster - * - ``explorer.call`` - - Stored function called on a cluster - * - ``explorer.evaluate`` - - Code executed on a cluster - * - ``explorer.switchover`` - Master switched manually * - ``test.devmode`` - Switched to development mode From f774165e0d05dbb8affc723d945f118879b822e2 Mon Sep 17 00:00:00 2001 From: mar Date: Wed, 24 Sep 2025 12:25:27 +0300 Subject: [PATCH 2/2] doc: correct the list of audit log events --- doc/tooling/tcm/tcm_audit_log.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/tooling/tcm/tcm_audit_log.rst b/doc/tooling/tcm/tcm_audit_log.rst index 19435f0920..936f297700 100644 --- a/doc/tooling/tcm/tcm_audit_log.rst +++ b/doc/tooling/tcm/tcm_audit_log.rst @@ -275,7 +275,7 @@ audit log events. * - ``passwordpolicy.save`` - Password policy changed * - ``passwordpolicy.resetpasswords`` - - All passwords expired by an administrator + - All passwords are expired by an administrator * - ``ddl.save`` - Cluster data model saved * - ``ddl.apply`` @@ -307,9 +307,9 @@ audit log events. * - ``cluster.delete`` - Cluster removed * - ``ldap.testlogin`` - - Login test executed for a LDAP configuration + - Login test executed for an LDAP configuration * - ``ldap.testconnection`` - - Connection test executed for a LDAP configuration + - Connection test executed for an LDAP configuration * - ``ldap.add`` - LDAP configuration added * - ``ldap.update``