devspace-sh / devspace

DevSpace - The Fastest Developer Tool for Kubernetes ⚡ Automate your deployment workflow with DevSpace and develop software directly inside Kubernetes.
https://devspace.sh
Apache License 2.0
4.17k stars 351 forks source link

Signed Windows executables #2856

Open zwilling79 opened 1 month ago

zwilling79 commented 1 month ago

Is your feature request related to a problem?

A lot of companies and security tools ask for signed (and trusted) Windows executables. Without this, users cannot run devspace if they have a policy on their machine deployed which prohibits unsigned executables. It would be great to provide those to overcome this hurdle.

Which solution do you suggest?

Signing the Windows executables with a certificate which is already part of the Windows trust store and providing the signed executables in the release assets.

Which alternative solutions exist?

N/A

Additional context