Log new entries accessed via proxy

Hi,

is it possible to get some sort of notification when an artefact (maven) is accessed for the first time in case of a proxy-repository? (anything would be fine, call some REST endpoint, log, …)
I have been going trough the API docs, but I’m stuck…

I am trying to figure out when new external dependencies are introduced.

Thanks!

1 Like

You can use the audit log, or alternatively webhooks.

So much for overthinking stuff…

Thanks a lot, I was able to find documentation on both!

1 Like