From cc224b217c4f6a78cef53dbf64040efaf9e9dad8 Mon Sep 17 00:00:00 2001 From: Etienne Audet-Cobello Date: Fri, 6 Dec 2024 15:52:54 -0500 Subject: [PATCH] adjust paths and nav --- docs/src/_parts/{common-hardening.md => common_hardening.md} | 0 docs/src/snap/howto/security/cis-hardening.md | 2 +- docs/src/snap/howto/security/disa-stig-hardening.md | 2 +- docs/src/snap/howto/security/index.md | 4 ++-- k8s/scripts/cis/cis-disa-mapping.yaml | 3 +++ 5 files changed, 7 insertions(+), 4 deletions(-) rename docs/src/_parts/{common-hardening.md => common_hardening.md} (100%) create mode 100644 k8s/scripts/cis/cis-disa-mapping.yaml diff --git a/docs/src/_parts/common-hardening.md b/docs/src/_parts/common_hardening.md similarity index 100% rename from docs/src/_parts/common-hardening.md rename to docs/src/_parts/common_hardening.md diff --git a/docs/src/snap/howto/security/cis-hardening.md b/docs/src/snap/howto/security/cis-hardening.md index 3a691ecd32..be7bbd5110 100644 --- a/docs/src/snap/howto/security/cis-hardening.md +++ b/docs/src/snap/howto/security/cis-hardening.md @@ -28,7 +28,7 @@ This guide assumes the following: checks require administrator consideration and intervention. You can review these steps in the [Post-Deployment Configuration Steps][] section. -```{include ../_parts/harden.md} +```{include ../../../../../_parts/common_hardening.md} ``` ## Assess CIS hardening with kube-bench diff --git a/docs/src/snap/howto/security/disa-stig-hardening.md b/docs/src/snap/howto/security/disa-stig-hardening.md index 81a6872317..8a677dcef2 100644 --- a/docs/src/snap/howto/security/disa-stig-hardening.md +++ b/docs/src/snap/howto/security/disa-stig-hardening.md @@ -24,7 +24,7 @@ This guide assumes the following: some checks require administrator consideration and intervention. You can review these steps in the [Post-Deployment Configuration Steps][] section. -```{include ../_parts/common-hardening.md} +```{include ../../../../../_parts/common_hardening.md} ``` ## Additional DISA-STIG specific steps diff --git a/docs/src/snap/howto/security/index.md b/docs/src/snap/howto/security/index.md index 6c7f6facfc..9d53ad0bf7 100644 --- a/docs/src/snap/howto/security/index.md +++ b/docs/src/snap/howto/security/index.md @@ -1,8 +1,8 @@ -# Hardening {{product}} +# Security ```{toctree} :hidden: -Harden +Hardening ``` We provide administrators with detailed instructions and compliance guidance to diff --git a/k8s/scripts/cis/cis-disa-mapping.yaml b/k8s/scripts/cis/cis-disa-mapping.yaml new file mode 100644 index 0000000000..5af3f8dc5a --- /dev/null +++ b/k8s/scripts/cis/cis-disa-mapping.yaml @@ -0,0 +1,3 @@ +1.1.1: + - V-2024 + - V-2025