v0.14.12
Changes
Fill the authuser field of the access log (#2143)
The auth filter already stores the username of the identified user in
the state bag. This PR forwards this value to the access log filter by
storing it in the AccessEntry structure.
It is then used in the authuser' field of the Common Log Format formatter. It can also be accessed by other formatters (such as the JSON formatter) via the auth-user' field of the logrus Entry.
Docker image
Docker image is available in Zalando's Open Source registry:
docker run -it registry.opensource.zalan.do/teapot/skipper:v0.14.12 skipper --help
# arm64
docker run -it registry.opensource.zalan.do/teapot/skipper-arm64:v0.14.12 skipper --help
# arm v7 32bit
docker run -it registry.opensource.zalan.do/teapot/skipper-armv7:v0.14.12 skipper --help