Skip to content

v0.21.50

Compare
Choose a tag to compare
@zalando-robot zalando-robot released this 11 Apr 14:14
281c3df

Changes

filters/auth: add grant cookie encoder (#2953)

Add CookerEncoder interface to allow custom implementation of grant
cookie encoding.

For example custom implementation may store token value in some
permanent key-value storage and encode key into the cookie.

Another implementation may encode token value into multiple cookies.

Multiarch Docker image

Multiarch Docker image is available in Github's docker registry:

docker run -it ghcr.io/zalando/skipper:v0.21.50 skipper --help

Docker image

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

docker run -it registry.opensource.zalan.do/teapot/skipper:v0.21.50 skipper --help