grafana production app_mode 是否无法加载 data/plugins 目录下未签名的插件?

Does the grafana production app_mode can not load unsigned plugins in data/plugins directory ?

发生了什么: 当我使用开发 app_mode 时,grafana 可以成功加载我的自定义插件。 但是app_mode生产时,无法加载成功。

enter image description here

环境:

参见 Grafana default.ini with comments or doc

# Enter a comma-separated list of plugin identifiers to identify plugins to load even if they are unsigned. Plugins with modified signatures are never loaded.
allow_loading_unsigned_plugins =

所以,allow_loading_unsigned_plugins = true 不是正确的配置,但是:

allow_loading_unsigned_plugins = my-plugin-1,my-plugin-2

正确。