mirror of
https://github.com/grafana/grafana.git
synced 2025-01-07 14:43:42 -06:00
Plugins: Require backend plugins to be signed when using plugin path (#24244)
This commit is contained in:
parent
b3ccae9c93
commit
bcf5c937d5
@ -174,7 +174,7 @@ func (pm *PluginManager) checkPluginPaths() error {
|
||||
continue
|
||||
}
|
||||
|
||||
if err := pm.scan(path, false); err != nil {
|
||||
if err := pm.scan(path, true); err != nil {
|
||||
return errutil.Wrapf(err, "failed to scan directory configured for plugin '%s': '%s'", pluginID, path)
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user