Sign all Kiota .exe files #5650
Labels
priority:p1
High priority/Major issue but not blocking or Big percentage of customers affected.Bug SLA <=7days
type:bug
A broken experience
type:regression
A bug from previous release
WIP
Milestone
Is your feature request related to a problem? Please describe the problem.
We run in a high security environment. Only applications signed with a code signing certificate that are whitelisted (via Windows AppLocker) are allowed to run.
All Kiota .exe's however are unsigned, so there is no easy way to whitelist Kiota .exe files because each version change of Kiota changes the file hash.
Whitelisting by code signing certificate is the best way to whitelist in high security AppLocker environments.
Client library/SDK language
Csharp
Describe the solution you'd like
All kiota .exe files should be signed with the Microsoft code signing certificate. Right now the big one is kiota.exe.
Microsoft signs most .exe's, such as dotnet-ef.exe (for entity framework) found in C:\Users\profilename\.dotnet\tools when it is installed as a global .net core tool.
I am requesting you do the same for Kiota so that we can start to use this tool in our environment.
Additional context
No response
The text was updated successfully, but these errors were encountered: