NFR - Log all security relevant events in an Audit Log #1664
Replies: 1 comment 5 replies
-
My current understanding is that the event framework was not designed for audit logging and hence it offers just post-action methods to implement some log. In addition it is not available on Data Mgt API so far and I do not know the plans. I am wondering if this is a fit at all. Alternative approach to using the event framework would be to have another service similar to the Monitor which is explicitly meant to write audit logs and put these log statements just in the code where it is required. In addition I could also think of reusing the Monitor and introduce a special log level "audit" for enabling audit logging in edc. Was there so far any discussion around this besides #1381 in the EDC community? |
Beta Was this translation helpful? Give feedback.
-
Feature Request
Non-functional requirement - Log all security relevant events in an Audit Log
As a CX partner I want to see all administrative activities as well as potential malicious end user activities in a dedicated audit log.
Information to be logged:
Based on this discussion: #1381 Audit log for API Access is required, Contract Negotiation and Transfer Process (missing: pre-actions; post-actions are covered by event framework already)
Which Areas Would Be Affected?
all, including DPF, CI, build, transfer, etc._
Why Is the Feature Desired?
Security Requirement
Solution Proposal
Implement a dedicated audit log
Type of Issue
non-functional requirement
Checklist
Audit Log available
Beta Was this translation helpful? Give feedback.
All reactions