From 5f9d6f58a2daaa4f5c865e1fc5328be416c89e75 Mon Sep 17 00:00:00 2001 From: "Tore S. Loenoey" Date: Thu, 23 Nov 2023 10:04:31 +0100 Subject: [PATCH] docs --- docs/user-guide/nginx-configuration/configmap.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user-guide/nginx-configuration/configmap.md b/docs/user-guide/nginx-configuration/configmap.md index 1a8f8572b..e45edb89c 100644 --- a/docs/user-guide/nginx-configuration/configmap.md +++ b/docs/user-guide/nginx-configuration/configmap.md @@ -1351,7 +1351,7 @@ Set a caching time for auth responses based on their response codes, e.g. `200 2 ## global-auth-default-enable -TODO : Set a caching time for auth responses based on their response codes, e.g. `200 202 30m`. See [proxy_cache_valid](https://nginx.org/en/docs/http/ngx_http_proxy_module.html#proxy_cache_valid) for details. You may specify multiple, comma-separated values: `200 202 10m, 401 5m`. defaults to `200 202 401 5m`. +Determines if global-auth should be applied by default for all Ingress objects. If no `nginx.ingress.kubernetes.io/auth-url` is defined for an Ingress, and `global-auth-default-enable` is `true` (default), global authentication is applied when `global-auth-url` is present. Changing this value to `false` enables users to opt-in for global-auth, rather than opt-opt when this value is `true`. Default `true`. ## global-auth-always-set-cookie