vigiloauth/vigilo

Encrypt Audit Events Before Storing

Offen

#296 geöffnet am 24.04.2025

 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Go (9 Forks)auto 404
good first issuepriority: medium

Repository-Metriken

Stars
 (100 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 162T 7h) (1 gemergte PR in 30 T)

Beschreibung

Description: Audit events must be encrypted before being stored to enhance security and protect sensitive information. There is an existing Encryptor interface in the codebase that can be used or extended to implement this functionality. This task involves integrating encryption into the audit event storage process by leveraging or enhancing the Encryptor interface.

Details:

  • Review the current audit event storage implementation.
  • Utilize or extend the existing Encryptor interface to encrypt audit event data.
  • Ensure encrypted data can be decrypted when necessary for audit review or compliance.
  • The implementation shouldn't affect the existing AuditLogger usages.

Contributor Guide