From ac6ff97fdb7695d88130cf0314bc56d86022fd04 Mon Sep 17 00:00:00 2001 From: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com> Date: Wed, 10 Aug 2022 08:45:39 -0700 Subject: [PATCH] [ENGDOCS-900] Organization audit log events (#15325) * added events to audit log --- docker-hub/audit-log.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/docker-hub/audit-log.md b/docker-hub/audit-log.md index 99be0d853d..4f8cb1b956 100644 --- a/docker-hub/audit-log.md +++ b/docker-hub/audit-log.md @@ -52,13 +52,20 @@ Refer to the following section for a list of events and their descriptions: | Event | Description | |:------------------------------------------------------------------|:------------------------------------------------| -| Team Created | Activities related to the creation of a team | +| Team Created | Activities related to the creation of a team | +| Team Updated | Activities related to the modification of a team | | Team Deleted | Activities related to the deletion of a team | | Team Member Added | Details of the member added to your team | | Team Member Removed | Details of the member removed from your team | | Team Member Invited | Details of the member invited to your team | -| Organization Member Removed | Details about member removed from your organization | -| Organization Created| Activities related to the creation of a new organization | +| Organization Member Removed | Details about the member removed from your organization | +| Organization Created | Activities related to the creation of a new organization | +| Organization Settings Updated | Details related to the organization setting that was updated | +| Registry Access Management enabled | Activities related to enabling Registry Access Management | +| Registry Access Management disabled | Activities related to disabling Registry Access Management | +| Registry Access Management registry added | Activities related to the addition of a registry | +| Registry Access Management registry removed | Activities related to the removal of a registry | +| Registry Access Management registry updated | Details related to the registry that was updated | ### Repository events