You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We propose implementing more robust audit logging feature for Argo Workflows to enhance security, traceability, and compliance. This feature should capture detailed information about all significant events and actions within the system.
I'm thinking of adding a dedicated api interceptor, to capture detailed information including but not limited to subject, request details, response details. The level of details could be configureable/customizable.
Summary
We propose implementing more robust audit logging feature for Argo Workflows to enhance security, traceability, and compliance. This feature should capture detailed information about all significant events and actions within the system.
I'm thinking of adding a dedicated api interceptor, to capture detailed information including but not limited to
subject
,request
details,response
details. The level of details could be configureable/customizable.argo-workflows/server/apiserver/argoserver.go
Lines 314 to 321 in a776b45
Use Cases
Meet more security and compliance requirements.
The text was updated successfully, but these errors were encountered: