Explorar o código

fix: remove signature verify

Yeuoly hai 6 meses
pai
achega
959d060a44
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      api/services/plugin/plugin_service.py

+ 1 - 1
api/services/plugin/plugin_service.py

@@ -132,7 +132,7 @@ class PluginService:
         except Exception:
         except Exception:
             # plugin not installed, download and upload pkg
             # plugin not installed, download and upload pkg
             pkg = download_plugin_pkg(new_plugin_unique_identifier)
             pkg = download_plugin_pkg(new_plugin_unique_identifier)
-            manager.upload_pkg(tenant_id, pkg, verify_signature=True)
+            manager.upload_pkg(tenant_id, pkg, verify_signature=False)
 
 
         return manager.upgrade_plugin(
         return manager.upgrade_plugin(
             tenant_id,
             tenant_id,