Skip to content

v0.13.245

Choose a tag to compare

@zalando-robot zalando-robot released this 29 Aug 18:28
92ba2ed

Changes

content based block filter (#2002)
Introduce blockContent filter to block requests with malicious body.
With r: * -> blockContent("word 1", "word 2") -> "http://127.0.0.1:9090"; filter will go through content and try matching against list of strings to block.

Docker image

Docker image is available in Zalando's Open Source registry:

docker run -it registry.opensource.zalan.do/teapot/skipper:v0.13.245 skipper --help
# arm64
docker run -it registry.opensource.zalan.do/teapot/skipper-arm64:v0.13.245 skipper --help
# arm v7 32bit
docker run -it registry.opensource.zalan.do/teapot/skipper-armv7:v0.13.245 skipper --help