Vince Zarola

Results 4 comments of Vince Zarola
trafficstars

Just to double check, do you mean something that replicates: ``` curl -H 'My-header: foo' http://localhost:8080/t/myapp/getheaders-trigger ``` If so this should be easy enough to do. Just need to watch...

I think the underlying reason for this is because docker image names cannot contain upper-case characters. I wonder if a possible work around for this is to make it case...

This would probably make a good first (or second) project. I had a quick look at writing a proof of concept so I could learn more about how the internals...

I think this might be because _"HWRP Style Resources Now Require resource_name / provides"_ in Chef 16 ([source](https://docs.chef.io/release_notes/#hwrp-style-resources-now-require-resource_name--provides)). I've never written an HWRP before, but following [this](http://blog.asquareb.com/blog/2015/04/23/chef-hwrp-using-an-example/) as a reference...