vigiloauth/vigilo

Add Audit logs to client management flows

开放

#363 创建于 2025年5月29日

 (0 条评论) (0 个反应) (0 位负责人)Go (9 个派生)auto 404
good first issuesecuritytask

仓库指标

星标
 (100 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

Description: We should add audit logging to all client-related flows to improve observability and traceability. This will help us monitor client actions, detect anomalies, and assist with debugging and compliance.

Tasks:

  • Identify key client flows that require audit logging
  • Add audit log entries for relevant events (e.g., login, logout, permission changes, config updates)
  • Ensure logs include useful context (user ID, timestamp, IP, action, result, etc.)
  • Update documentation if needed

Acceptance Criteria:

  • Audit logs are generated for all major client flow actions
  • Logs include enough detail to be useful for debugging and auditing
  • Logging has minimal performance impact

贡献者指南