when using workers, does cloudflare have to have access to your source code?

It seems to push to workers, you have to give cloudflare access to github to get the code into the system. Is it possible for me to compile my worker locally, and push the binary? (Say I am using rust)
1 Reply
Chaika
Chaika2w ago
Workers Builds is optional. You can install wrangler locally and use wrangler deploy and all that, and you'd just be pushing the built version of your script maybe worth noting to read over the tos about this as well:
Cloudflare does not reference or use any Customer Content except as needed to provide the Services and affirms that you retain intellectual property rights in the source code to your Customer Content. You acknowledge that Cloudflare has the right to make, use, develop, acquire, license, market, promote, or distribute products, software, or technologies that perform the same or similar functions as, or otherwise compete with your products, software, or technologies; provided, for clarity, that Cloudflare will not do so using, referencing, or relying on your Customer Content or Confidential Information.
https://www.cloudflare.com/service-specific-terms-developer-platform/#developer-platform-terms

Did you find this page helpful?