gravitational / teleport

The easiest, and most secure way to access and protect all of your infrastructure.
https://goteleport.com
GNU Affero General Public License v3.0
17.39k stars 1.74k forks source link

Database Service support for Milvus #45158

Open TeleLos opened 1 month ago

TeleLos commented 1 month ago

What would you like Teleport to do? Request to add Milvus as a supported database. Teleport would offer CLI access to instances.

What problem does this solve? Use Teleport to open a secure proxy for users to interact with instances.

If a workaround exists, please include it. Use the Attu web-based GUI for Milvus to interact with Milvus instance. The tool could be added to Teleport as app_service.

greedy52 commented 1 month ago

At the moment, Milvus only supports mTLS as transport but not an authentication method.

TLS and user authentication are two distinct security approaches. If you have enabled both user authentication and TLS in your Milvus system, you will need to provide a username, password, and certificate file paths. For information on how to enable user authentication, refer to Authenticate User Access.