FlowiseAI / Flowise

Drag & drop UI to build your customized LLM flow
https://flowiseai.com
Apache License 2.0
27.18k stars 14k forks source link

[FEATURE] Add support for custom HTTP SSL Certificate for Elastic #2665

Open DoKoB0512 opened 2 weeks ago

DoKoB0512 commented 2 weeks ago

Describe the feature you'd like We are using the elasticsearch inside a docker-container where it's generating it own's SSL certificate. The flowise cannot connect the Elastic due to the SSL Certificate issue. It would be really nice if we can add an option to use our own SSL Certificate (Optional property) when trying to connect to Elasticsearch.

HenryHengZJ commented 1 week ago

we can add a Additional Configuration similar to Postgres vector DB. Users can specify any additional config like SSL into the JSON object, will that works? Downside is that you have to copy paste the whole cert here

image

DoKoB0512 commented 1 week ago

Either that or you can add a specific field to upload custom SSL certificate that can be used just for elastic.