Skip to content

Commit b1ac371

Browse files
Documenting flag enable-auth-access-log (#10518) (#10535)
1 parent a879829 commit b1ac371

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ The following table shows a configuration option's name, type, and the default v
3939
|[http-access-log-path](#http-access-log-path)|string|""||
4040
|[stream-access-log-path](#stream-access-log-path)|string|""||
4141
|[enable-access-log-for-default-backend](#enable-access-log-for-default-backend)|bool|"false"||
42+
|[enable-auth-access-log](#enable-auth-access-log)|bool|"false"||
4243
|[error-log-path](#error-log-path)|string|"/var/log/nginx/error.log"||
4344
|[enable-modsecurity](#enable-modsecurity)|bool|"false"||
4445
|[modsecurity-snippet](#modsecurity-snippet)|string|""||
@@ -326,6 +327,10 @@ __Note:__ If not specified, the `access-log-path` will be used.
326327

327328
Enables logging access to default backend. _**default:**_ is disabled.
328329

330+
## enable-auth-access-log
331+
332+
Enables logging access to the authentication endpoint. _**default:**_ is disabled.
333+
329334
## error-log-path
330335

331336
Error log path. Goes to `/var/log/nginx/error.log` by default.

0 commit comments

Comments
 (0)