vigiloauth/vigilo

Encrypt Audit Events Before Storing

開放

#296 建立於 2025年4月24日

 (0 則留言) (0 個反應) (0 位負責人)Go (9 個分叉)auto 404
good first issuepriority: medium

倉庫指標

星標
 (100 顆星)
PR 合併指標
 (平均合併 162天 7小時) (30 天內合併 1 個 PR)

描述

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.

貢獻者指南