Skip to content

Commit

Permalink
formatting and uninstall blank step fix
Browse files Browse the repository at this point in the history
  • Loading branch information
CamrynCarter committed Oct 31, 2024
1 parent e578e92 commit f82d1e6
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
6 changes: 3 additions & 3 deletions docs/stigatron-docs/create-scan.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Creating STIGATRON Scans

1. After installing STIGATRON on your downstream cluster, when you navigate to that downstream cluster, you should see STIGATRON on the left navigation menu. Click there.
1. After installing STIGATRON on your downstream cluster, when you navigate to that downstream cluster, you should see `STIGATRON` on the left navigation menu. Click there.

![STIGATRON Menu Selection](/img/stigatron/stigatron-menu.png)

2. To trigger a scan, click Create in the upper left, create a name, select a profile, and click Create
2. To trigger a scan, click `Create` in the upper left, enter a name, select a profile, and click `Create`.

![Create A Scan](/img/stigatron/create-scan.png)

3. After the scan runs (should only take a few minutes at most), click the 3-dot menu next to the scan and go to Open Visualizer. This will give you insight into the current state of your cluster in relation to the RKE2 STIG.
3. After the scan runs (should only take a few minutes at most), click the 3-dot menu next to the scan and go to `Open Visualizer`. This will give you insight into the current state of your cluster in relation to the RKE2 STIG.

![Open Visualizer](/img/stigatron/open-visualizer.png)

Expand Down
4 changes: 2 additions & 2 deletions docs/stigatron-docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

### Enabling UI Extensions

On the `local` cluster running Rancher MCM, you'll need to first enable Extensions.
On the `local` cluster running Rancher, you'll need to first enable Extensions.

1. Log into the Rancher MCM as an administrator.
1. Log into Rancher as an administrator.
2. Click the menu in the upper-left of the main dashboard and click the `Extensions` link near the bottom.
3. Click the `Enable` button on the Extensions screen.
4. Click `Ok`, when prompted to Enable Extension Support.
Expand Down
9 changes: 5 additions & 4 deletions docs/stigatron-docs/uninstall.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Local Cluster

On the `local` cluster running Rancher MCM, run the following Helm command to remove the UI Extension.
On the `local` cluster running Rancher, run the following Helm command to remove the UI Extension.

```bash
helm uninstall -n carbide-stigatron-system stigatron-ui
Expand All @@ -20,14 +20,15 @@ helm uninstall -n carbide-stigatron-system stigatron

If you want to uninstall CIS Benchmark, after uninstall STIGATRON, perform the following:

1. Log into the Rancher MCM.
1. Log into Rancher.
2. In the UI, navigate to each downstream cluster in the Cluster Explorer.
3. On the left menu, select `Apps`, then select `Installed Apps`.
4. Find the app named `rancher-cis-benchmark`, select the 3-dot menu on the right, and select `Delete`. (IMPORTANT: Delete this before the CRD application)
5. Find the app named `rancher-cis-benchmark-crd`, select the 3-dot menu on the right, and select `Delete`.

## Disable UI Extensions (Optional)

If you want to disable UI Extensions, after uninstall STIGATRON UI, perform the following:
If you want to [disable all UI Extensions](https://ranchermanager.docs.rancher.com/integrations-in-rancher/rancher-extensions#uninstalling-extensions) after uninstalling the STIGATRON UI extension, perform the following:

### TODO: List
1. On the extensions management page in Rancher, click the 3-dot menu.
2. Select `Disable Extension Support`.

0 comments on commit f82d1e6

Please sign in to comment.