cloud-sql-proxy icon indicating copy to clipboard operation
cloud-sql-proxy copied to clipboard

sql proxy should be distributed via chocolateley on Windows

Open simonz130 opened this issue 5 years ago • 1 comments

Currently sql proxy is distributed as raw EXE file, which might pose security risk for developers trying to install it in their environments. Organizations might block downloading zip files and raw exe/dll files.

On Windows, chocolately is a standard way of distributing packages of tools, similar to brew on MAC. https://chocolatey.org/ It provides package version management, history, download statistics and more.

We should create choco feed for sql proxy and distribute all the releases via choco on Windows.

simonz130 avatar Feb 15 '20 00:02 simonz130

Quickstart for packaging: https://chocolatey.org/docs/CreatePackagesQuickStart

kurtisvg avatar Feb 15 '20 00:02 kurtisvg

Given the limited interest here, I'm going to close this request. If we had more time and help, ideally we'd distribute the proxy in Chocolatey, Homebrew, dpkg, etc. But for now the big targets for us are gcloud, and a separate binary distribution.

enocom avatar Feb 01 '23 02:02 enocom