From e40a0b1f8b923b2dc017ea6520a11ab78456f49d Mon Sep 17 00:00:00 2001 From: Jens L Date: Mon, 2 Oct 2023 16:04:26 +0200 Subject: [PATCH] website/docs: add notice for nginx ingress configuration requirement (#7027) * website/docs: add notice for nginx ingress configuration requirement https://github.com/goauthentik/infrastructure/pull/574 Signed-off-by: Jens Langhammer * Update website/docs/providers/proxy/_nginx_ingress.md Co-authored-by: Tana M Berry Signed-off-by: Jens L. --------- Signed-off-by: Jens Langhammer Signed-off-by: Jens L. Co-authored-by: Tana M Berry --- website/docs/providers/proxy/_nginx_ingress.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/website/docs/providers/proxy/_nginx_ingress.md b/website/docs/providers/proxy/_nginx_ingress.md index 235420a9a..ac0276103 100644 --- a/website/docs/providers/proxy/_nginx_ingress.md +++ b/website/docs/providers/proxy/_nginx_ingress.md @@ -24,6 +24,10 @@ This ingress handles authentication requests, and the sign-in flow. Add these annotations to the ingress you want to protect +:::warning +This configuration requires that you enable [`allow-snippet-annotations`](https://kubernetes.github.io/ingress-nginx/user-guide/nginx-configuration/configmap/#allow-snippet-annotations), for example by setting `controller.allowSnippetAnnotations` to `true` in your helm values for the ingress-nginx installation. +::: + ```yaml metadata: annotations: