Brandon Dimcheff

Results 8 comments of Brandon Dimcheff

The documentation says nil, which makes sense to me, and my commit makes it work that way. I'm using :require_as => "" as a workaround right now.

@teancom yeah this is close to what I'm trying to do (except with pictures of cats that i've pet)

We're also looking to monitor a ~dozen external service calls, all over https. I had tried to get this working with linkerd for a couple hours back in December, not...

Anyone know what [istio is doing](https://istio.io/docs/tasks/traffic-management/egress/#configuring-istio-external-services) to deal with tls?

yeah i think what's interesting about istio's docs above is that (in their example) it allows you to exec into the pod and then `curl https://www.google.com`, presumably without getting a...

> as I understand the docs a `curl https://www.google.com` without a VirtualService will not be mitm'd or have any stats. yeah that's my understanding as well, which I think is...

Does this cause Vagrant to be unusable on Windows? It looks like Vagrant just exits when it can't find the proper Virtualbox version.

ahhhhh that would do it. It is 64-bit win7. There's no way to make it work on 64-bit at all? This is what I get from the stack trace, which...