title: “Find User Action in AuditLog (get secret)”
date: 2020-12-30T15:43:21
slug: find-user-action-in-auditlog-get-secret
cat audit.log | grep "p.auster" | grep Secret | grep list | vim -
AND
cat audit.log | grep "p.auster" | grep Secret | grep get | vim -
Under “objectRef” and “name” you find the listed passwords
