Skip to content

Commit 94ed6d1

Browse files
Creates CNVM permissions page (#6584)
* Creates CNVM requirements page * bugfix * Update docs/cloud-native-security/vuln-management-permissions.asciidoc Co-authored-by: Nastasha Solomon <[email protected]> --------- Co-authored-by: Nastasha Solomon <[email protected]>
1 parent b1a08d7 commit 94ed6d1

File tree

2 files changed

+61
-0
lines changed

2 files changed

+61
-0
lines changed

docs/cloud-native-security/cloud-native-security-index.asciidoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ include::kspm-faq.asciidoc[leveloffset=+2]
5656

5757
include::vuln-management-overview.asciidoc[leveloffset=+1]
5858
include::vuln-management-get-started.asciidoc[leveloffset=+2]
59+
include::vuln-management-permissions.asciidoc[leveloffset=+2]
5960
include::vuln-management-findings.asciidoc[leveloffset=+2]
6061
include::vuln-management-dashboard.asciidoc[leveloffset=+2]
6162
include::vuln-management-faq.asciidoc[leveloffset=+2]
Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
[[cnvm-required-permissions]]
2+
= CNVM privilege requirements
3+
4+
This page lists required privileges for {elastic-sec}'s CNVM features. There are three access levels: read, write, and manage. Each access level and its requirements are described below.
5+
6+
[discrete]
7+
== Read
8+
9+
Users with these minimum permissions can view data on the **Findings** page.
10+
11+
[discrete]
12+
=== {es} index privileges
13+
`Read` privileges for the following {es} indices:
14+
15+
* `logs-cloud_security_posture.vulnerabilities_latest-default`
16+
* `logs-cloud_security_posture.scores-default`
17+
18+
[discrete]
19+
=== {kib} privileges
20+
21+
* `Security: Read`
22+
23+
[discrete]
24+
== Write
25+
26+
Users with these minimum permissions can view data on the **Findings** page and create detection rules from the findings details flyout.
27+
28+
[discrete]
29+
=== {es} index privileges
30+
`Read` privileges for the following {es} indices:
31+
32+
* `logs-cloud_security_posture.vulnerabilities_latest-default`
33+
* `logs-cloud_security_posture.scores-default`
34+
35+
[discrete]
36+
=== {kib} privileges
37+
38+
* `Security: All`
39+
40+
41+
[discrete]
42+
== Manage
43+
44+
Users with these minimum permissions can view data on the **Findings** page, create detection rules from the findings details flyout, and install, update, or uninstall integrations and assets.
45+
46+
[discrete]
47+
=== {es} index privileges
48+
`Read` privileges for the following {es} indices:
49+
50+
* `logs-cloud_security_posture.vulnerabilities_latest-default`
51+
* `logs-cloud_security_posture.scores-default`
52+
53+
[discrete]
54+
=== {kib} privileges
55+
56+
* `Security: All`
57+
* `Spaces: All`
58+
* `Fleet: All`
59+
* `Integrations: All`
60+

0 commit comments

Comments
 (0)