Arpad Ryszka

Results 39 comments of Arpad Ryszka

just an idea: on the third image, there is the bluish circle to the top-left. Something similar could show the state of HTTP metrics on the ALB of the cluster:...

It could be a nice feature for Skipper to support mTLS, and it doesn't seem too hard to implement, either. See the `ClientAuth` field of the [crypto/tls.Config](https://pkg.go.dev/crypto/tls?utm_source=godoc#Config) It may be...

we can use the test dataclient and the root package of Skipper to get the highest possible level of a Skipper process programmatically in the go test specs, and maintain...

We need to change for this what we allow as the hostname. OTOH, I would try to avoid the solution based on the Weight, because it can lead to unforeseen...

for that case, when the owner doesn't know the hostnames in advance, I recommend the second example described above. Of course it still needs changes to what we allow in...

we can add it. The amd64 docker image already has it. I don't think it is _too_ much bloat, because the skipper command 37M, while the eskip is only 7.7M

@hjacobs I tried to rephrase the content of the issue. What I meant was that a service in the cluster listens accepts requests via https instead of http.

I don't know how we could identify these targets. The use case I can imagine is that a user wants to run a service only over HTTPS even inside the...

@mikkeloscar correct, that's what i meant. I myself am not sure at the moment if we want this, just wanted to raise the topic for consideration/discussion.