chroma
chroma copied to clipboard
[Feature Request]: Please provide authentication for client/server mode
Describe the problem
My two servers are located in different places. The Chroma client/server communication occurs through the public network. Although it is possible to encrypt the communication content via HTTPS, other people may be able to scan and connect to my server without any verification.
Describe the proposed solution
When setting up a Docker server, I can provide a key through environment variables. When a client remotely connects, it needs to verify this key.
Alternatives considered
No response
Importance
nice to have
Additional Information
No response