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
15.67k stars 975 forks source link

[ENG-180] Support Integration with Deno Deploy #1077

Open adoublef opened 1 year ago

adoublef commented 1 year ago

Feature description

Deno Deploy is a cloud provider for hosting Deno projects. It is possible to update the env using their API as seen here. The full API endpoint looks like

PATCH https://dash.deno.com/api/projects/${projectId}/env

With the response body being Record<EnvName, string| null> There is not official documentation for this yet though.

Why would it be useful?

Deno Deploy is a popular place to deploy applications and so streamlines secret sharing just like the integrations for Fly.io, Vercel, AWS and more.

Additional context

There is no official documentation on the feature currently. This infomation was shared within the Official Deno server

From SyncLinear.com | ENG-180

adoublef commented 1 year ago

I noticed that the backend is written in Typescript which is great as there is this api helper so could help with creating the integration

adoublef commented 1 year ago

I'd like to take this one please