Infisical / infisical

♾ Infisical is the open-source secret management platform: Sync secrets across your team/infrastructure, prevent secret leaks, and manage internal PKI
https://infisical.com
Other
12.97k stars 672 forks source link

[ENG-346] Modal Integration #1240

Open mdavish opened 6 months ago

mdavish commented 6 months ago

Feature description

It would be great if you offered an integration with Modal. Modal offers the ability to define "secrets" and each secret may contain many environment variables.

Why would it be useful?

Modal is a popular new platform for running Python code in the cloud. They have become quite popular for AI applications and we've been using them to run various web servers and background jobs. Obviously all this code needs access to our secrets which we keep in Infisical, but right now you have to do a fair amount of hacking in order to inject Infisical secrets into Modal.

From SyncLinear.com | ENG-346

kisharnath commented 6 months ago

@vmatsiiako can I work on this?

Salman2301 commented 3 months ago

I could be wrong, I don't think we can update the environment / secret through rest API for Modal atm. Available options are cli or python? but that needs to run in local server.