Skip to content

Commit 89bff83

Browse files
Adds required API permissions for runscript
1 parent fc7f093 commit 89bff83

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/management/admin/response-actions-config.asciidoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ Expand a section below for your endpoint security system:
3737
. **Enable API access in CrowdStrike.** Create an API client in CrowdStrike to allow access to the system. Refer to CrowdStrike's docs for instructions.
3838
+
3939
- Give the API client the minimum privilege required to read CrowdStrike data and perform actions on enrolled hosts. Consider creating separate API clients for reading data and performing actions, to limit privileges allowed by each API client.
40-
* To isolate and release hosts, the API client must have `Read` access for Alerts, and `Read` and `Write` access for Hosts.
40+
* To isolate and release hosts: `Read` access for `Alerts`, and `Read` and `Write` access for `Hosts`.
41+
* To run a script on a host: `Read` and `Write` access for `Real time response`; for elevated access, `Write` access for `Real time response (admin)` is also required.
4142
4243
- Take note of the client ID, client secret, and base URL; you'll need them in later steps when you configure {elastic-sec} components to access CrowdStrike.
4344

0 commit comments

Comments
 (0)