From 738463e03a5d0e6b48824c88c48b4401969b969b Mon Sep 17 00:00:00 2001 From: Yahya <5457202+anakaiti@users.noreply.github.com> Date: Mon, 12 Oct 2020 10:44:18 +0700 Subject: [PATCH] Fix typo --- docs/deploy/hardening-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/deploy/hardening-guide.md b/docs/deploy/hardening-guide.md index 51cd39265..962ae27b0 100644 --- a/docs/deploy/hardening-guide.md +++ b/docs/deploy/hardening-guide.md @@ -65,7 +65,7 @@ This guide refers to chapters in the CIS Benchmark. For full explanation you sho | ||| | | __3 Logging__ ||| | | ||| | -| 3.1 Ensure detailed logging is enabled (Not Scored) | OK | Ningx ingress has a very detailled log format by default | | +| 3.1 Ensure detailed logging is enabled (Not Scored) | OK | nginx ingress has a very detailed log format by default | | | 3.2 Ensure access logging is enabled (Scored) | OK | Access log is enabled by default | | | 3.3 Ensure error logging is enabled and set to the info logging level (Scored)| OK | Error log is configured by default. The log level does not matter, because it is all sent to STDOUT anyway | | | 3.4 Ensure log files are rotated (Scored) | OBSOLETE | Log file handling is not part of the nginx ingress and should be handled separatly | |