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

Provide basic authentication when using download_url_override? #247

Open nielsbuus opened 2 years ago

nielsbuus commented 2 years ago

Not sure if this is a feature request or me unable to spot the correct approach, but it seems like the option to use a custom url for the installer assumes that the webserver does not require authentication. For my environments, the webserver will be a Nexus and each repository will require authentication.

So my question is - is there support for either providing basic authentication or alternatively downloading the installer before and somehow instructing chef_client_updater to not download the installer, but instead use a local path to my already downloaded installer?