EntityStore: Remove http access (can use apiserver now) (#77602)

This commit is contained in:
Ryan McKinley
2023-11-03 08:14:51 -07:00
committed by GitHub
parent dd654fdc87
commit 35c1ee9686
4 changed files with 1 additions and 368 deletions

View File

@@ -134,7 +134,6 @@ import (
"github.com/grafana/grafana/pkg/services/star/starimpl"
"github.com/grafana/grafana/pkg/services/stats/statsimpl"
"github.com/grafana/grafana/pkg/services/store"
"github.com/grafana/grafana/pkg/services/store/entity/httpentitystore"
"github.com/grafana/grafana/pkg/services/store/entity/sqlstash"
"github.com/grafana/grafana/pkg/services/store/kind"
"github.com/grafana/grafana/pkg/services/store/resolver"
@@ -347,7 +346,6 @@ var wireBasicSet = wire.NewSet(
kind.ProvideService, // The registry of known kinds
sqlstash.ProvideSQLEntityServer,
resolver.ProvideEntityReferenceResolver,
httpentitystore.ProvideHTTPEntityStore,
teamimpl.ProvideService,
teamapi.ProvideTeamAPI,
tempuserimpl.ProvideService,