Skip to content

Commit d6d0142

Browse files
authored
Update docs/user-guide/nginx-configuration/annotations.md
1 parent 3e41661 commit d6d0142

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/user-guide/nginx-configuration/annotations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -539,7 +539,7 @@ nginx.ingress.kubernetes.io/auth-snippet: |
539539

540540
#### Global External Authentication
541541

542-
By default the controller redirects all requests to an existing service that provides authentication if `global-auth-url` is set in the NGINX ConfigMap. If you want to disable this behavior for that ingress, you can use `nginx.ingress.kubernetes.io/enable-global-auth: "false"` annotation.
542+
By default the controller redirects all requests to an existing service that provides authentication if `global-auth-url` is set in the Ingress NGINX ConfigMap. If you want to disable this behavior for that Ingress, you can use the `nginx.ingress.kubernetes.io/enable-global-auth: "false"` annotation.
543543
544544
- `nginx.ingress.kubernetes.io/enable-global-auth`:
545545
indicates if GlobalExternalAuth configuration should be applied or not to this Ingress rule. Default values is set to `"true"`.

0 commit comments

Comments
 (0)