langgenius / dify

Dify is an open-source LLM app development platform. Dify's intuitive interface combines AI workflow, RAG pipeline, agent capabilities, model management, observability features and more, letting you quickly go from prototype to production.
https://dify.ai
Other
50.03k stars 7.15k forks source link

A single key can be used by multiple applications, which makes key management much more convenient. #6560

Closed qianniucity closed 1 month ago

qianniucity commented 3 months ago

Self Checks

1. Is this request related to a challenge you're experiencing? Tell me about your story.

By calling the Dify API, generated keys can be authorized to other applications. A single key can be used by multiple applications, which makes key management much more convenient.By calling the Dify API, generated keys can be authorized to other applications. A single key can be used by multiple applications, which makes key management much more convenient.

2. Additional context or comments

I have many applications created in Dify. When I call the Dify API, I find that I have to manage a lot of keys, which is very inconvenient.

3. Can you help us with this feature?

Hisir0909 commented 3 months ago

It seems that dify identifies different applications based on keys. If you need to use a unified key, you have to change it to use path to identify the requested application. Is this worth it?