metal-stack / metal-lib

Common go packages used across the metal-stack microservices
MIT License
2 stars 1 forks source link

Auditing: allow filtering of Entries #76

Closed vknabel closed 1 year ago

vknabel commented 1 year ago

Required for: metal-stack/metalctl#186

Consists of multiple PRs:

We want to be able to display and search auditing trails independently from the underlying technology. This should be possible from the command line and shouldn't require exposing web-ui.

This PR only adds the interface, while companion PRs will expose or consume the results. To be able to implement and test auditing code within the metal-lib, I introduced integration tests.