Alexander Yastrebov
Alexander Yastrebov
@linki you did a great job adding multiarch build within https://github.com/zalando/skipper/pull/2019 - could you have a look maybe and share your opinion?
Fetching wasm from remote would be the fastest way to pwn skipper :) I think the trickiest part would be to define filter context interface between go and wasm.
https://github.com/jcbhmr/awesome-webassembly-runtimes
> what is missing to finish this? Similar change in stdlib https://github.com/golang/go/issues/58452 was rolled back due to https://github.com/golang/go/issues/58446 which is fixed now and is scheduled for 1.21. I was not...
I was looking at [Common Expression Language](https://github.com/google/cel-spec) (CEL) recently also used by [Kubernetes](https://kubernetes.io/docs/reference/using-api/cel/) for various rules. We may think about a new filter that would set header value based on...
How to play with it: ``` $ GODEBUG=http2debug=2 bin/skipper -enable-http2-cleartext -inline-routes='* -> inlineContent("hello\n") -> ' -wait-for-healthcheck-interval=1s -application-log-level=DEBUG ``` then e.g. create h2c connection via [patched h2i tool](https://github.com/AlexanderYastrebov/net/commit/bf777f6a2a690378fe5253acd75774d21acb6639): ``` ~$ /tmp/h2i...
https://github.com/zalando/skipper/issues/2557 and https://github.com/zalando/skipper/issues/2386 flaked during build
The flakes are not going anywhere and this test has negative overall value. I propose we merge this fix.
``` --- FAIL: TestSignalFirstLoad (0.00s) --- FAIL: TestSignalFirstLoad/enabled (0.00s) routing_test.go:909: the first load signal was not blocking --- FAIL: TestSignalFirstLoad/enabled,_empty (0.00s) routing_test.go:942: the first load signal was not blocking ---...
pipeline flaked due to #2621