tensorlakeai / indexify

A realtime serving engine for Data-Intensive Generative AI Applications
https://docs.tensorlake.ai
Apache License 2.0
893 stars 109 forks source link

Encrypt workflow code in the indexify server #963

Open sadath-12 opened 1 day ago

sadath-12 commented 1 day ago

I see currently indexify encodes the workflow code into the server as discussed with @diptanu , can we enable encrypting instead so companies can secure their workflow code as IP ?

diptanu commented 1 day ago

Doesnt' object stores do at rest encryption - may be use that?

For server <> Executor we will support end to end encryption so that the code or any other data can't be downloaded by services which don't have the necessary certificates. You can also/should build an RBAC system on top of Indexify.