Hi, I recently started getting a lot of warnings in my log for each of the applications I set up forward auth (through Authentik) for.
WRN ForwardAuth 'maxResponseBodySize' is not configured, allowing unlimited response body size which can lead to DoS attacks and memory exhaustion. Please set an appropriate limit
Where do I set this limit? in my traefik config or in authentik? Also what is an ‘appropriate limit’?
True. I guess for maxResponseBodySize there is no real recommendation, My understanding is that ForwardAuth returns the auth service login page. I guess you could try with 1MB (?) and go lower. It will probably mostly depend on the used logo image, if any.