goharbor / harbor

An open source trusted cloud native registry project that stores, signs, and scans content.
https://goharbor.io
Apache License 2.0
23.37k stars 4.69k forks source link

Adding or deleting user events are not registered #18351

Open vento-di-pace opened 1 year ago

vento-di-pace commented 1 year ago

Harbor doesn't register events of user management, such as adding or deleting users. I think it's need to be added, it relates to control access to repositories.

AtmegaBuzz commented 1 year ago

If no one is working then i would like to take up this issue

ashutosh887 commented 11 months ago

Let me take this ahead @vento-di-pace

shahkashish commented 4 months ago

I really want to work on this issue @Vad1mo

Vad1mo commented 3 months ago

the goal would be here to extend the audit-log capabilities and track also the user lifecycle events like user login, user create, user delete..

Here is an example PR that extends the Audit logs https://github.com/goharbor/harbor/pull/19725

However, before jumping into the issue, there is currently the idea to rewrite the audit log capability. @wy65701436 can provide some more context into here.

EraKin575 commented 3 weeks ago

@Vad1mo are the prerequisites fulfilled? I want to work on this!