feat: 默认禁用插件签名验证

FORCE_VERIFYING_SIGNATURE: false
This commit is contained in:
2025-07-30 17:03:09 +08:00
parent d0dc4a3410
commit 5456b4521e
+3
View File
@@ -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 }}