epam / cloud-pipeline

Cloud agnostic genomics analysis, scientific computation and storage platform
https://cloud-pipeline.com
Apache License 2.0
145 stars 58 forks source link

Audit pipe mount operations #3075

Open mzueva opened 1 year ago

mzueva commented 1 year ago

Background Related to #3059 Pipe mount read, write delete operations shall be monitored and logged to the API.

tcibinan commented 1 year ago

As long as it is inefficient to collect singular read/write operations pipe mount can rather collect only first read/write operations for each file descriptor. Further only unique file read/write operations within certain time period f.e. one minute can be registered with SystemLog API in a bulk asynchronous manner.

maryvictol commented 1 year ago

Test cases were created by #3146 and located here.