Mustafa Abdelrahman

Results 13 issues of Mustafa Abdelrahman

## Intro Body filter is a used to block requests based on body content Implementation can be tested with proxy `./bin/skipper -address=:9999 -inline-routes='r: * -> block("foo") -> "http://127.0.0.1:9090";'`

ready-for-review

fixes https://github.com/linki/chaoskube/issues/469 Signed-off-by: Mostafa Saber

Efforts to solve this https://github.com/zalando/skipper/issues/1618

do-not-merge
breaking change
architectural

### What needs to be done and why is it needed? We go through all routes and see if `routeID` and body of routes match we log a warning [code](https://github.com/zalando/skipper/blob/47eef54a73200270ccf78211e9b05f09c9919e94/dataclients/kubernetes/kube.go#L354-L371)...

**Is your feature request related to a problem? Please describe.** @AlexanderYastrebov: I think the whole edit/clone business would be much simpler if we serialize route to eskip, replace string and...

This will store state on the cloudformation stack and keep our controller stateless unlike https://github.com/zalando-incubator/kube-ingress-aws-controller/pull/673

do-not-merge
bugfix
major

these functions should force `doWork` to run `updateStack` function depending on lb state

minor

Will try to run controller for some time on dev cluster to see how the change affect the current flow.

do-not-merge
bugfix
major

related to https://github.com/zalando/skipper/issues/2346

minor