milvus-io / milvus

A cloud-native vector database, storage for next generation AI applications
https://milvus.io
Apache License 2.0
30.91k stars 2.95k forks source link

[Feature]: Support Sasl && SSL for both kafka, pulsar, etcd and minio #30709

Open xiaofan-luan opened 9 months ago

xiaofan-luan commented 9 months ago

Is there an existing issue for this?

Is your feature request related to a problem? Please describe.

https://github.com/milvus-io/milvus/discussions/27977#discussioncomment-8533738

Upon the discussion and many other issues related to security. SSL and Sasl is actaully enabled on many users production environment. And milvus should be able to configure and deploy on any of these environmt.

For now, oss milvus main use for dependencies: kafka/pulsar as log storage, etcd as meta storage and minio as data storage.

Describe the solution you'd like.

No response

Describe an alternate solution.

No response

Anything else? (Additional Context)

No response

xiaofan-luan commented 9 months ago

/assign @yhmo /assign @yanliang567 /assign @LoveEachDay

yanliang567 commented 8 months ago

@yhmo I think we have made it, do the related documents ready for release as well?