From 280eb02033891b56df980b7baf57a66c4e5040b3 Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico Date: Thu, 4 Nov 2021 12:48:54 +0100 Subject: [PATCH] Other authz --- templates/nginx.default.conf.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/nginx.default.conf.j2 b/templates/nginx.default.conf.j2 index 09fa28a..2aae622 100644 --- a/templates/nginx.default.conf.j2 +++ b/templates/nginx.default.conf.j2 @@ -223,6 +223,7 @@ server { } location / { + proxy_set_header remote_user "$remote_user"; js_content pep.enforce; }