From 879aaecdcfe6a97969307c7f4245fb3b2646c5ce Mon Sep 17 00:00:00 2001 From: James Blair Date: Wed, 6 Nov 2024 23:19:33 +1300 Subject: [PATCH] Clarify NIST baseline in exercise 5. --- data/workshop/README.org | 3 ++- data/workshop/exercise5.mdx | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/data/workshop/README.org b/data/workshop/README.org index f74c54d..cbe16f3 100644 --- a/data/workshop/README.org +++ b/data/workshop/README.org @@ -127,7 +127,7 @@ oc adm policy add-scc-to-user privileged -z default -n prd-acme-payments #+begin_src tmux # Create the namespace for the exercise -oc new-project acme-prd-experimental +oc new-project prd-acme-experimental # Retrive existing users htpasswd file oc get secret htpasswd -ojsonpath={.data.htpasswd} -n openshift-config | base64 --decode > ${HOME}/Downloads/users.htpasswd @@ -146,6 +146,7 @@ htpasswd -bB ${HOME}/Downloads/users.htpasswd alienated-proud-snail admin # Replace the secret oc create secret generic htpasswd --from-file=htpasswd=${HOME}/Downloads/users.htpasswd --dry-run=client --output yaml --namespace openshift-config | oc replace --filename - +sleep 10 # Login as a specified user oc login --username alienated-proud-snail --password admin diff --git a/data/workshop/exercise5.mdx b/data/workshop/exercise5.mdx index 70d59d1..d49a796 100644 --- a/data/workshop/exercise5.mdx +++ b/data/workshop/exercise5.mdx @@ -32,7 +32,7 @@ Documentation you may find helpful is: ## 5.2 - Scheduling a compliance scan -Operator installed it's time to join the virtual meeting with Melissa and step her through how to run a compliance scan against NIST 800-53 and visualise results using the Red Hat Advanced Cluster Security Dashboard. +Operator installed it's time to join the virtual meeting with Melissa and step her through how to run a compliance scan against NIST 800-53 moderate and visualise results using the Red Hat Advanced Cluster Security Dashboard. Create a new scan schedule named `prd-acme-hub-nist-daily` targeting the appropriate benchmarks.