Skip to content

Conversation

corneliusludmann
Copy link
Contributor

@corneliusludmann corneliusludmann commented Sep 4, 2025

Problem

Customer reported that commit b007b1d broke their audit monitoring setup by redacting args in CloudWatch logs (/aws/containerinsights/meta/audit). This has created security concerns as they've lost visibility into admin actions.

Root Cause

Commit b007b1d redacted args in the container logs (via log.info()) to prevent sensitive data exposure, but this affected customers who rely on CloudWatch for audit trail monitoring.

Solution

Revert the args redaction to restore audit visibility in CloudWatch logs. The original audit database logs were never affected and continue to work properly.

Impact

  • ✅ Restores audit visibility for customers using CloudWatch monitoring
  • ✅ Maintains compliance and security monitoring capabilities

Fixes customer complaint about missing args in CloudWatch audit logs.

Co-authored-by: Ona no-reply@ona.com

This reverts commit b007b1d.

Co-authored-by: Ona <no-reply@ona.com>
@roboquat roboquat merged commit 29f3c59 into main Sep 4, 2025
47 of 48 checks passed
@roboquat roboquat deleted the revert-audit-args-redaction branch September 4, 2025 10:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants