chef-cookbooks / chef_client_updater

Chef Cookbook to update the chef client on nodes
https://supermarket.chef.io/cookbooks/chef_client_updater
Apache License 2.0
54 stars 79 forks source link

No checksum validation of handle.zip #206

Open jwdean opened 4 years ago

jwdean commented 4 years ago

When using chef_client_updater 3.10.1 on a Windows client there is no checksum integrity validation of the handle.zip file from SysInternals.

Request a checksum attribute that will validate the zip file downloaded from handle_zip_download_url matches. My specific installation has air-gaped nodes, but this may be equally valuable for non-air-gap installations.

Thanks