v0.13.201
Changes
clear invalid cookies (#1965)
If OIDC cookies are invalid, the client is redirected but the cookies are not cleared.
In case that the new cookie will produce smaller set of chunks, an invalid chunk is not overwritten and kept in the browser and Skipper will try to attach this junk to the new set.
This changes the behaviour in that regard that it clears cookies with relevant names in case of a new auth session.
Co-authored-by: Icereed domi@icereed.net
Docker image
Docker image is available in Zalando's Open Source registry:
docker run -it registry.opensource.zalan.do/teapot/skipper:v0.13.201 skipper --help
# arm64
docker run -it registry.opensource.zalan.do/teapot/skipper-arm64:v0.13.201 skipper --help
# arm v7 32bit
docker run -it registry.opensource.zalan.do/teapot/skipper-armv7:v0.13.201 skipper --help