-
Notifications
You must be signed in to change notification settings - Fork 191
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* Creates CSPM privileges standalone page (#6269) * Creates CSPM privileges standalone page * ports updates to serverless * Apply suggestions from code review Co-authored-by: natasha-moore-elastic <[email protected]> * Apply suggestions from code review Co-authored-by: Nastasha Solomon <[email protected]> --------- Co-authored-by: natasha-moore-elastic <[email protected]> Co-authored-by: Nastasha Solomon <[email protected]> (cherry picked from commit 51b58c2) # Conflicts: # docs/serverless/cloud-native-security/cspm-get-started-azure.asciidoc # docs/serverless/cloud-native-security/cspm-get-started-gcp.asciidoc # docs/serverless/cloud-native-security/cspm-get-started.asciidoc # docs/serverless/index.asciidoc * Delete docs/serverless directory and its contents --------- Co-authored-by: Benjamin Ironside Goldstein <[email protected]> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
b49fd3b
commit 1d89e62
Showing
5 changed files
with
65 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,61 @@ | ||
[[cspm-required-permissions]] | ||
= CSPM privilege requirements | ||
|
||
This page lists required privileges for {elastic-sec}'s CSPM features. There are three access levels: read, write, and manage. Each access level and its requirements are described below. | ||
|
||
[discrete] | ||
== Read | ||
|
||
Users with these minimum permissions can view data on the **Findings** page and the Cloud Posture dashboard. | ||
|
||
[discrete] | ||
=== {es} index privileges | ||
`Read` privileges for the following {es} indices: | ||
|
||
* `logs-cloud_security_posture.findings_latest-*` | ||
* `logs-cloud_security_posture.scores-*` | ||
|
||
[discrete] | ||
=== {kib} privileges | ||
|
||
* `Security: Read` | ||
|
||
|
||
[discrete] | ||
== Write | ||
|
||
Users with these minimum permissions can view data on the **Findings** page and the Cloud Posture dashboard, create detection rules from the findings details flyout, and enable or disable benchmark rules. | ||
|
||
[discrete] | ||
=== {es} index privileges | ||
`Read` privileges for the following {es} indices: | ||
|
||
* `logs-cloud_security_posture.findings_latest-*` | ||
* `logs-cloud_security_posture.scores-*` | ||
|
||
[discrete] | ||
=== {kib} privileges | ||
|
||
* `Security: All` | ||
|
||
|
||
[discrete] | ||
== Manage | ||
|
||
Users with these minimum permissions can view data on the **Findings** page and the Cloud Posture dashboard, create detection rules from the findings details flyout, enable or disable benchmark rules, and install, update, or uninstall CSPM integrations and assets. | ||
|
||
[discrete] | ||
=== {es} index privileges | ||
`Read` privileges for the following {es} indices: | ||
|
||
* `logs-cloud_security_posture.findings_latest-*` | ||
* `logs-cloud_security_posture.scores-*` | ||
|
||
[discrete] | ||
=== {kib} privileges | ||
|
||
* `Security: All` | ||
* `Spaces: All` | ||
* `Fleet: All` | ||
* `Integrations: All` | ||
|