Storage: Add system users service (#57767)

* Storage: Add access for reporting

* reporting upload user per org

* add some basic comments

* Move reporting storage to enterprise

* add comments

Co-authored-by: Artur Wierzbicki <artur.wierzbicki@grafana.com>
This commit is contained in:
Tania
2022-11-24 15:15:32 +01:00
committed by GitHub
parent e84a01e870
commit 76372a240c
6 changed files with 190 additions and 34 deletions

View File

@@ -246,6 +246,7 @@ var wireBasicSet = wire.NewSet(
searchV2.ProvideService,
searchV2.ProvideSearchHTTPService,
store.ProvideService,
store.ProvideSystemUsersService,
export.ProvideService,
live.ProvideService,
pushhttp.ProvideService,