From 387a7267e124d5bcee37f551fe1491b96c4fc98c Mon Sep 17 00:00:00 2001 From: "Seip, Nikolai" Date: Wed, 10 Jul 2019 10:26:31 +0200 Subject: [PATCH] update configuration.md auth_request section --- docs/configuration/configuration.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/configuration/configuration.md b/docs/configuration/configuration.md index 5232d4e..b3c38b2 100644 --- a/docs/configuration/configuration.md +++ b/docs/configuration/configuration.md @@ -313,3 +313,5 @@ nginx.ingress.kubernetes.io/configuration-snippet: | end } ``` + +You have to substitute *name* with the actual cookie name you configured via --cookie-name parameter. If you don't set a custom cookie name the variable should be "$upstream_cookie__oauth2_proxy_1" instead of "$upstream_cookie_name_1" and the new cookie-name should be "_oauth2_proxy_1=" instead of "name_1=".