mirror of
https://github.com/grafana/grafana.git
synced 2025-07-29 21:32:28 +08:00
Chore: Use Grafana API to retrieve the public key to validate plugins (#66439)
This commit is contained in:

committed by
GitHub

parent
f612a72f96
commit
98c695c68f
@ -66,6 +66,8 @@ var WireSet = wire.NewSet(
|
||||
wire.Bind(new(pluginsettings.Service), new(*pluginSettings.Service)),
|
||||
filestore.ProvideService,
|
||||
wire.Bind(new(plugins.FileStore), new(*filestore.Service)),
|
||||
wire.Bind(new(plugins.SignatureCalculator), new(*signature.Signature)),
|
||||
signature.ProvideService,
|
||||
)
|
||||
|
||||
// WireExtensionSet provides a wire.ProviderSet of plugin providers that can be
|
||||
|
Reference in New Issue
Block a user