From 0c3b23c3a3f48f1fbc2e59e76245a847de53ab92 Mon Sep 17 00:00:00 2001 From: "Sridhar K. N. Rao" Date: Sun, 18 Apr 2021 13:39:40 +0530 Subject: [WIP]: Openstack Security Check This patch adds openstack security checking. This is based on https://docs.openstack.org/security-guide/checklist.html Support reading configuration from default file and environment Added reference security.conf Update the Documentation. Update index to include security Fix bug reported by Parth, and another. JIRA: CIRV-49 Signed-off-by: Sridhar K. N. Rao Change-Id: I72579a861409c3aaf464f44f0cdc24dc33cd4345 --- docs/security/userguide.rst | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 docs/security/userguide.rst (limited to 'docs/security/userguide.rst') diff --git a/docs/security/userguide.rst b/docs/security/userguide.rst new file mode 100644 index 0000000..c071c4c --- /dev/null +++ b/docs/security/userguide.rst @@ -0,0 +1,32 @@ +***************************** +CIRV-SDV: Security Validation +***************************** + +Kali Release: +Openstack security checking, as described here: https://docs.openstack.org/security-guide/checklist.html is implemented. + +This version supports following deployments: + +1. Triple-O (RHOSP - openstack services run as containers) +2. Openstack on Kubernetes (Ex: Airship) +3. Legacy - Devstack (openstack sevices baremetal applications) + +Running the container +##################### + +run command docker build -t sdv-security . +Things to note before building + +1. Correct deployment type +2. Corresponding access information. +3. Comment out the last line if the container is run interactively. + +First first two can be done by adding it in security.conf, or passing them as environment variables. + +Running the container +##################### + +It is recommended to run interactively, using the following steps + +1. docker run -it sdv-security /bin/bash +2. ./os-checklist -- cgit 1.2.3-korg