From 4f1b71c8d664930ab96d17cb5e3625c2e3861252 Mon Sep 17 00:00:00 2001 From: f Date: Fri, 17 Jul 2026 13:04:51 +0000 Subject: [PATCH] fix(anubis): prevent forward warning on logs (#116) > trustForwardHeader is not configured: this creates an inconsistent > security behavior where some X-Forwarded headers (e.g. > X-Forwarded-For, X-Forwarded-Proto) are removed but others (e.g. > X-Forwarded-Prefix) are forwarded untouched. Please set it to false to > remove all X-Forwarded headers, or true to trust them all. * [x] I have deployed and tested my changes * [ ] I have [updated relevant versions in `abra.sh`](https://docs.coopcloud.tech/maintainers/upgrade/#updating-versions-in-the-abrash) * [ ] I have made my environment variable changes [backwards compatible](https://docs.coopcloud.tech/maintainers/upgrade/#backwards-compatible-environment-variable-changes) * [ ] I have added a [release note entry](https://docs.coopcloud.tech/maintainers/upgrade/#creating-new-release-notes) Reviewed-on: https://git.coopcloud.tech/coop-cloud/traefik/pulls/116 Reviewed-by: decentral1se <2+decentral1se@noreply.git.coopcloud.tech> Reviewed-by: p4u1 <133+p4u1@noreply.git.coopcloud.tech> Co-authored-by: f Co-committed-by: f --- compose.anubis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/compose.anubis.yml b/compose.anubis.yml index adb4411..f490e9b 100644 --- a/compose.anubis.yml +++ b/compose.anubis.yml @@ -5,6 +5,7 @@ services: deploy: labels: - "traefik.http.middlewares.anubis.forwardauth.address=http://anubis:8080/.within.website/x/cmd/anubis/api/check" + - "traefik.http.middlewares.anubis.forwardauth.trustForwardHeader=true" anubis: image: "ghcr.io/techarohq/anubis:v1.25.0" environment: