hashicorp / boundary

Boundary enables identity-based access management for dynamic infrastructure.
https://boundaryproject.io
Other
3.86k stars 289 forks source link

feat(server): create query for list and lookup worker to use #5230

Closed irenarindos closed 2 weeks ago

irenarindos commented 2 weeks ago

This PR creates a query for ListWorker and LookupWorker to use and directly populates the worker struct.

A future PR will remove the view the query replicates and remove the use of the workerAggregate struct entirely.