providers/proxy: Add a default maxResponseBodySize to Traefik Middleware (cherry-pick #21111 to version-2026.2)#21140
Conversation
…are (#21111) * Add default maxResponseBodySize to traefik middleware component * Fix AttributeError when patching custom kubernetes objects * format Signed-off-by: Jens Langhammer <jens@goauthentik.io> --------- Signed-off-by: Jens Langhammer <jens@goauthentik.io> Co-authored-by: Jens Langhammer <jens@goauthentik.io>
✅ Deploy Preview for authentik-integrations ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## version-2026.2 #21140 +/- ##
==================================================
- Coverage 93.36% 93.36% -0.01%
==================================================
Files 979 979
Lines 55049 55053 +4
==================================================
+ Hits 51399 51402 +3
- Misses 3650 3651 +1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
|
authentik PR Installation instructions Instructions for docker-composeAdd the following block to your AUTHENTIK_IMAGE=ghcr.io/goauthentik/dev-server
AUTHENTIK_TAG=gh-46653d609074aaa947641ddc882d5ac56db42ccc
AUTHENTIK_OUTPOSTS__CONTAINER_IMAGE_BASE=ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)sAfterwards, run the upgrade commands from the latest release notes. Instructions for KubernetesAdd the following block to your authentik:
outposts:
container_image_base: ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)s
global:
image:
repository: ghcr.io/goauthentik/dev-server
tag: gh-46653d609074aaa947641ddc882d5ac56db42cccAfterwards, run the upgrade commands from the latest release notes. |
Cherry-pick of #21111 to
version-2026.2branch.Original PR: #21111
Original Author: @wiiaam
Cherry-picked commit: d2f3df7