AuthZ: Add CoreRoleStorageBackend to the extension set (#103912)

* Wiring

* Trigger CI

---------

Co-authored-by: mohammad-hamid <mohammad.hamid@grafana.com>
This commit is contained in:
Gabriel MABILLE
2025-07-07 20:08:44 +02:00
committed by GitHub
co-authored by mohammad-hamid
parent 0f2284d5e6
commit 1244f5c53d
2 changed files with 2 additions and 1 deletions
+2
View File
@@ -11,6 +11,7 @@ import (
"github.com/grafana/grafana/pkg/plugins"
"github.com/grafana/grafana/pkg/plugins/manager"
"github.com/grafana/grafana/pkg/registry"
apisregistry "github.com/grafana/grafana/pkg/registry/apis"
"github.com/grafana/grafana/pkg/registry/apis/secret/contracts"
"github.com/grafana/grafana/pkg/registry/apis/secret/secretkeeper"
"github.com/grafana/grafana/pkg/registry/backgroundsvcs"
@@ -127,6 +128,7 @@ var wireExtsBasicSet = wire.NewSet(
unified.ProvideUnifiedStorageClient,
builder.ProvideDefaultBuildHandlerChainFuncFromBuilders,
aggregatorrunner.ProvideNoopAggregatorConfigurator,
apisregistry.WireSetExts,
)
var wireExtsSet = wire.NewSet(