-
Self Checks
1. Is this request related to a challenge you're experiencing? Tell me about your story.Can I specify a folder or a file path with wildcard in it to let Dify be able to verify the plugins published by various developers? For example: plugin_daemon:
environment:
THIRD_PARTY_SIGNATURE_VERIFICATION_PUBLIC_KEYS: /app/storage/publickeys/*.pem
# Or
# THIRD_PARTY_SIGNATURE_VERIFICATION_PUBLIC_KEYS: /app/storage/publickeys/2. Additional context or commentsNo response |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
Beta Was this translation helpful? Give feedback.
-
|
Although this environment variable is mentioned in docs, I can't see where it functions. Also, I have checked the
|
Beta Was this translation helpful? Give feedback.


@AkiraVoid
Hi, let me comment as the person who developed this feature.
That environment variable does not accept wildcards or folder path.
The reason is that we thought it would be safer to trust only the public keys that have been explicitly approved by the administrator, rather than unconditionally trusting all public keys placed in a certain directory.
Of course, you are welcome to submit a feature request if you’d like. If you’re interested, please feel free to open a feature request in the dify-plugin-daemon repository.
Yes…