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 }}