Skip to content

Commit 791e06c

Browse files
sunilarjunkakabisht
authored andcommitted
Syncing UI_Extension pages to /next and latest v5.4 folder.
Signed-off-by: Sunil Singh <[email protected]>
1 parent a825862 commit 791e06c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+247
-241
lines changed

docs/15.ui_extension/01.dashboard/01.dashboard.md

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,17 @@ slug: /ui_extension/dashboard
66
---
77

88

9-
### Monitor Overview of Security Status
9+
## Monitor Overview of Security Status
1010

11-
In the UI Extension in the Rancher portal, NeuVector's Dashboard works similar as its standalone page. It provides security risk score factors to let users know the security status of their clusters. In the bottom panel, it provides 4 tabs to let users switch the charts to monitor different categories.
11+
In the UI Extension in the Rancher portal, NeuVector's Dashboard works similar to its standalone page. It provides security risk score factors to let users know the security status of their clusters. In the bottom panel, it provides 4 tabs to let users switch the charts to monitor different categories.
1212

13-
In the Security Events tab, the line chart shows a date-based event count in a timeline.
14-
The top security events bar charts presents the top 5 source and destination endpoints.
13+
In the **Security Events** tab, the line chart shows a date-based event count in a timeline. The top security events bar chart displays the top 5 source and destination endpoints.
1514

1615
![Dashboard](dashboard_security_events.png)
1716

18-
In Ingress and Egress Exposure tab, the stacked bar chart shows the amount of exposed endpoints by actions.
19-
On the right side, the exposure tables show egress and ingress endpoint service with scan information.
17+
In the **Ingress and Egress Exposure** tab, the stacked bar chart shows the amount of exposed endpoints by actions.
18+
19+
On the right side, the exposure tables show egress and ingress endpoint services with scan information.
2020

2121
![Dashboard](dashboard_exposure.png)
2222

@@ -28,18 +28,16 @@ Click on the External Host, it redirects to whois.com to show the IP address' de
2828

2929
![External](whois.png)
3030

31-
In the Policy Mode tab, the pie charts show the ratio and numbers of pods / services under different policy modes.
31+
In the **Policy Mode** tab, the pie charts show the ratio and numbers of pods / services under different policy modes.
3232

3333
![Dashboard](dashboard_policy_mode.png)
3434

35-
In the Top Vulnerable Assets tab, the bar charts show the top 5 pods / nodes which contain high or medium severity vulnerabilities.
35+
In the Top **Vulnerable Assets** tab, the bar charts show the top 5 pods / nodes which contain high or medium severity vulnerabilities.
3636

3737
![Dashboard](dashboard_top_vul_assets.png)
3838

3939
### Functions Not Included When Comparing with NeuVector Standalone Page
4040

41-
Score improvement dialog
42-
43-
Application Protocols Detected and Protected by Layer 7 Network Rules
44-
45-
Namespace base PDF reports
41+
- Score improvement dialog.
42+
- Application protocols detected and protected by Layer 7 network rules.
43+
- Namespace based PDF reports.

docs/15.ui_extension/02.runtime _security/runtime_security.md

Lines changed: 0 additions & 47 deletions
This file was deleted.
Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
---
2+
title: 5.x Runtime Security
3+
taxonomy:
4+
category: docs
5+
slug: /ui_extension/runtime_security
6+
---
7+
8+
9+
## Assets Security Scan Result
10+
11+
As Rancher Manager has its own **Nodes** and **Workloads** tab to manage and monitor the assets statuses, NeuVector injects components to display its runtime scan result.
12+
13+
### Nodes
14+
15+
In the **Nodes** tab table view, the **Vulnerabilities** column is injected to show each node's detected vulnerabilities amount by high / medium severity.
16+
17+
![Nodes](nodes.png)
18+
19+
Clicking on the **Vulnerabilities** cell will pop up a new display page to show the scan result details. The database version of the scanner is shown as well as a filterable vulnerability list.
20+
21+
![Nodes](nodes_vul.png)
22+
23+
Clicking on the **Name** cell on the **Nodes** table redirects to the node detail page. NeuVector injects a **Vulnerabilities** tab to display a table with listed vulnerabilities.
24+
25+
![Nodes](node_detail_vul.png)
26+
27+
Clicking on the CVE link in the **Name** cell in the **Vulnerabilities** table opens a pop up to show CVE descriptions with an external link inn the header to SUSE's CVE information website.
28+
29+
![Nodes](node_detail_vul_cve.png)
30+
31+
![SUSE](suse_cve.png)
32+
33+
A CSV file download button is provided above the **Vulnerabilities** table. The file data includes all the fields which are in the table.
34+
35+
![CSV](download_vul.png)
36+
37+
![CSV](cve_csv.png)
38+
39+
### Workloads
40+
41+
Temporarily, the **Vulnerabilities** column will not be injected in the **Workloads** table in the v5.4 release due to potential performance concern. The NeuVector team will work with the Rancher team to integrate it soon.
42+
43+
Clicking on a **Name** in the **Pods** table redirects to the pod detail page. NeuVector injects a **Vulnerabilities** tab to display a table with listed vulnerabilities.
44+
45+
![Pods](pods.png)
46+
47+
![Pod_Detail](pod_detail_vul.png)

0 commit comments

Comments
 (0)