v0.15.22
Changes
filters/auth/grant: use request.Host and https scheme in original and redirect urls (#2226)
Token cookie domain has Secure attribute and its domain is derived from the request.Host value.
This change uses request.Host to build original and redirect url and enforces https scheme for consistency.
It also refactors tests to use https.
Docker image
Docker image is available in Zalando's Open Source registry:
docker run -it registry.opensource.zalan.do/teapot/skipper:v0.15.22 skipper --help
# arm64
docker run -it registry.opensource.zalan.do/teapot/skipper-arm64:v0.15.22 skipper --help
# arm v7 32bit
docker run -it registry.opensource.zalan.do/teapot/skipper-armv7:v0.15.22 skipper --help