Skip to content

v0.13.144

Choose a tag to compare

@zalando-robot zalando-robot released this 24 Nov 16:46
dd0ea99

Changes

Set OIDC cookie maxAge according to claims exp (#1903)
Currently, Skipper hard-codes the maxAge of the OIDC cookie to one
hour, even if the expiration time of the claim is longer than that.
This results in early re-authentication, even though it might not really
be necessary yet.
With this change, the exp field is attempted to be parsed.
If it's successful, it will use that value as the maxAge for
the OIDC cookie.

Docker image

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

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