lablup / lablup/backend.ai

User activity logs

Open
#148 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
670
Forks
183
Avg merge
17h 7m
Merged PRs (30d)
358

Description

Some customers want to keep detailed command logs executed by their users due to their security audit policies.Let's add an option to store all query-mode and batch-mode code snippets.

1st phase:

- [ ] Add an etcd configuration option
- [ ] Add the `activity_logs` database table
- [ ] Add an admin API to retrieve activity logs
2nd phase:

- [ ] Extend jail to log system call arguments and return values\* This will incur non-negligible performance overheads. We should implement this very efficiently, and buffer & compress the logs on the fly as hundreds of syscalls may be issued per second.

JIRA Issue: BA-334

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.