From 0a7bafd1b2eb35e8ba7e70cbb3cf325fccabdeab Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Sat, 12 Feb 2022 18:14:14 +0100 Subject: [PATCH] website/docs: add nginx note for domain auth Signed-off-by: Jens Langhammer --- website/docs/providers/proxy/_nginx_ingress.md | 1 + 1 file changed, 1 insertion(+) diff --git a/website/docs/providers/proxy/_nginx_ingress.md b/website/docs/providers/proxy/_nginx_ingress.md index 807f32c95..f04d95ce1 100644 --- a/website/docs/providers/proxy/_nginx_ingress.md +++ b/website/docs/providers/proxy/_nginx_ingress.md @@ -27,6 +27,7 @@ metadata: annotations: nginx.ingress.kubernetes.io/auth-url: |- http://outpost.company:9000/akprox/auth/nginx + # If you're using domain-level auth, use the authentication URL instead of the application URL nginx.ingress.kubernetes.io/auth-signin: |- https://app.company/akprox/start nginx.ingress.kubernetes.io/auth-response-headers: |-