guardicore / monkey

Infection Monkey - An open-source adversary emulation platform
https://www.guardicore.com/infectionmonkey/
GNU General Public License v3.0
6.62k stars 772 forks source link

Remove ZeroTrust deployment type #1165

Closed mssalvatore closed 3 years ago

mssalvatore commented 3 years ago

Having a ztwindows, ztdocker, etc. deployment type adds time and complexity to the build process without providing a lot of value. Remove these deployment types and simplify the build process.

mssalvatore commented 3 years ago

The analytics lambda only references the ZT deployments in a lookup table. When requests come in, it looks up the reported deployment type in the table. Removing the ZT deployments from the table would result in incomplete data for older versions of Infection Monkey.

TLDR; No changes are required for the lambda.