EIO-3: change conversion scripts to v2.4 from v2.4.3

This commit is contained in:
Nelson Roberts
2020-06-05 12:50:51 -07:00
committed by Catherine Luse
parent aecffd5926
commit 6ee2668052
2 changed files with 6 additions and 6 deletions
@@ -1,21 +1,21 @@
---
title: CIS Benchmark Rancher Self-Assessment Guide - v2.4.3
title: CIS Benchmark Rancher Self-Assessment Guide - v2.4
weight: 105
---
### CIS Kubernetes Benchmark v1.5 - Rancher v2.4.3 with Kubernetes v1.15
### CIS Kubernetes Benchmark v1.5 - Rancher v2.4 with Kubernetes v1.15
[Click here to download a PDF version of this document](https://releases.rancher.com/documents/security/2.4.3/Rancher_Benchmark_Assessment.pdf)
[Click here to download a PDF version of this document](https://releases.rancher.com/documents/security/2.4/Rancher_Benchmark_Assessment.pdf)
#### Overview
This document is a companion to the Rancher v2.4.3 security hardening guide. The hardening guide provides prescriptive guidance for hardening a production installation of Rancher, and this benchmark guide is meant to help you evaluate the level of security of the hardened cluster against each control in the benchmark.
This document is a companion to the Rancher v2.4 security hardening guide. The hardening guide provides prescriptive guidance for hardening a production installation of Rancher, and this benchmark guide is meant to help you evaluate the level of security of the hardened cluster against each control in the benchmark.
This guide corresponds to specific versions of the hardening guide, Rancher, Kubernetes, and the CIS Benchmark:
Self Assessment Guide Version | Rancher Version | Hardening Guide Version | Kubernetes Version | CIS Benchmark Version
---------------------------|----------|---------|-------|-----
Self Assessment Guide v2.4.3 | Rancher v2.4.3 | Hardening Guide v2.4.3 | Kubernetes v1.15 | Benchmark v1.5
Self Assessment Guide v2.4 | Rancher v2.4 | Hardening Guide v2.4 | Kubernetes v1.15 | Benchmark v1.5
Because Rancher and RKE install Kubernetes services as Docker containers, many of the control verification checks in the CIS Kubernetes Benchmark don't apply and will have a result of `Not Applicable`. This guide will walk through the various controls and provide updated example commands to audit compliance in Rancher-created clusters.
+1 -1
View File
@@ -34,7 +34,7 @@ get_test() {
jq -r --arg id "${id}" --arg section "${section}" --arg test_number "${test_number}" 'select(.id==$id).tests[] | select(.section==$section).results[] | select(.test_number==$test_number)' ${results_file}
}
cat headers/header-2.4.3.md
cat headers/header-2.4.md
for id in $(get_ids); do
echo "## ${id} $(get_id_text ${id})"