sensu / sensu-go

Simple. Scalable. Multi-cloud monitoring.
https://sensu.io
MIT License
1.01k stars 177 forks source link

Pass predicate through UserController to store #4994

Closed c-kruse closed 1 year ago

c-kruse commented 1 year ago

What is this change?

Fixes bug in the UserController where it was not forwarding the SelectionPredicate to the store implementation. Broke user api pagination.