From ec8422325434d16bb70ffbd3682288e681608d6a Mon Sep 17 00:00:00 2001 From: Luke Rogers Date: Sun, 28 Sep 2025 20:54:14 +1300 Subject: [PATCH] Add support for newer Authentik "entitlements" header --- .../main/rootfs/usr/local/nginx/conf/proxy_trusted_headers.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/docker/main/rootfs/usr/local/nginx/conf/proxy_trusted_headers.conf b/docker/main/rootfs/usr/local/nginx/conf/proxy_trusted_headers.conf index 54c05ab3b..14c589866 100644 --- a/docker/main/rootfs/usr/local/nginx/conf/proxy_trusted_headers.conf +++ b/docker/main/rootfs/usr/local/nginx/conf/proxy_trusted_headers.conf @@ -23,3 +23,4 @@ proxy_set_header X-authentik-groups $http_x_authentik_groups; proxy_set_header X-authentik-email $http_x_authentik_email; proxy_set_header X-authentik-name $http_x_authentik_name; proxy_set_header X-authentik-uid $http_x_authentik_uid; +proxy_set_header X-authentik-entitlements $http_x_authentik_entitlements;