sensu / sensu-go-chef

Chef Library Cookbook for Sensu Go
https://sensu.io
MIT License
11 stars 22 forks source link

Asset resource has no functionality for headers #99

Closed adsk-mcnultt closed 3 years ago

adsk-mcnultt commented 3 years ago

Chef Version

chef_version=16.4.41

Input

Currently the documented properties for the sensu_asset resource are:

  1. filters
  2. sha512
  3. url
  4. namespace

Output

The sensu asset reference contains information on the header properties that can be assigned to assets, allowing for authentication to artifact collections or basic HTTP servers.

Impact

The sensu-go-chef cookbook asset resource has no property for controlling headers for assignment to assets.

Expected Behavior

It would be helpful if the asset resource had the header property available. Is there some way I could overload it?