Peter Wiggers

Results 5 comments of Peter Wiggers

Simple example for installing plugins with sensu-install: https://github.com/ppawiggers/docker-sensu/blob/master/bin/install

Agree, that's why I did not submit a pull request for this feature, I currently just use this for myself.

I prefer UNIX sockets because I don't like to manage (duplicate) ports. However, the solution you suggest - using named ports and attaching a service to it - would solve...

For a Helm chart, you can use the same transformation function as shown above, and connect it in the `ChartOps`: ``` Chart("myChart", config=ChartOpts( transformations=[remove_status], ), ) ``` However, I applied...

I experience the same issue. I send a `curl` request without cookies to the protected backend (with the `accept` header), but it's still 302 redirect to the sign in page....