From 5456b4521e9bc7fae6c7a2e53d2f26f810a25bfa Mon Sep 17 00:00:00 2001 From: Endial Fang Date: Wed, 30 Jul 2025 17:03:09 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E9=BB=98=E8=AE=A4=E7=A6=81=E7=94=A8?= =?UTF-8?q?=E6=8F=92=E4=BB=B6=E7=AD=BE=E5=90=8D=E9=AA=8C=E8=AF=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit FORCE_VERIFYING_SIGNATURE: false --- templates/config.tpl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/templates/config.tpl b/templates/config.tpl index 45d51d0..dee3699 100644 --- a/templates/config.tpl +++ b/templates/config.tpl @@ -575,6 +575,9 @@ MAX_PLUGIN_PACKAGE_SIZE: "52428800" PLUGIN_STORAGE_LOCAL_ROOT: {{ .Values.pluginDaemon.persistence.mountPath | quote }} PLUGIN_WORKING_PATH: {{ printf "%s/cwd" .Values.pluginDaemon.persistence.mountPath | clean | quote }} DIFY_INNER_API_URL: "http://{{ template "dify.api.fullname" . }}:{{ .Values.api.service.port }}" +# Disable signature verification +# https://docs.dify.ai/zh-hans/plugins/publish-plugins/signing-plugins-for-third-party-signature-verification +FORCE_VERIFYING_SIGNATURE: "false" {{- include "dify.marketplace.config" . }} {{- end }}