You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: bash/install/README.md
+25-14Lines changed: 25 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,20 +10,15 @@ environment variable.
10
10
API clients are granted one or more API scopes. Scopes allow access to specific CrowdStrike APIs and describe the actions that an API client can perform.
11
11
12
12
Ensure the following API scopes are enabled:
13
-
***Sensor Download**[read]
14
-
***Sensor update policies**[read]
15
13
16
-
## Configuration
17
-
18
-
1. Get sensor download API credentials from the cloud where your account has been configured:
14
+
-**Sensor Download**[read]
15
+
- (optional) **Sensor update policies**[read]
16
+
> Use this scope when configuring the `FALCON_SENSOR_UPDATE_POLICY_NAME` environment variable.
The installer is AWS SSM aware, if `FALCON_CLIENT_ID` and `FALCON_CLIENT_SECRET` are not provided AND the script is running on an AWS instance, the script will try to get API credentials from the SSM store of the region.
33
28
34
29
Optional environment variables that can be exported:
@@ -47,12 +43,11 @@ FALCON_BILLING (default: default) possible values: [default|m
47
43
FALCON_BACKEND (default: auto) possible values: [auto|bpf|kernel]
48
44
FALCON_TRACE (default: none) possible values: [none|err|warn|info|debug]
49
45
```
50
-
The `FALCON_SENSOR_UPDATE_POLICY_NAME` variable requires to have additional API access. Make sure that scope **Sensor update policies**[read] is enabled.
Copy file name to clipboardExpand all lines: powershell/install/README.md
+29-11Lines changed: 29 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,12 +7,13 @@ Powershell scripts to install/uninstall Falcon Sensor through the Falcon APIs on
7
7
API clients are granted one or more API scopes. Scopes allow access to specific CrowdStrike APIs and describe the actions that an API client can perform.
8
8
9
9
Ensure the following API scopes are enabled:
10
+
10
11
- Install:
11
-
***Sensor Download**[read]
12
-
***Sensor update policies**[read]
12
+
-**Sensor Download**[read]
13
+
-**Sensor update policies**[read]
13
14
- Uninstall:
14
-
***Host**[write]
15
-
***Sensor update policies**[write]
15
+
-**Host**[write]
16
+
-**Sensor update policies**[write]
16
17
17
18
## Configuration
18
19
@@ -29,7 +30,7 @@ to complete.
29
30
Script options can be passed as parameters or defined in the param() block. Default values are listed in
30
31
the parameter descriptions:
31
32
32
-
```pwsh
33
+
```terminal
33
34
.PARAMETER FalconCloud
34
35
CrowdStrike Falcon OAuth2 API Hostname ['https://api.crowdstrike.com' if left undefined]
35
36
.PARAMETER FalconClientId
@@ -58,9 +59,18 @@ Time to wait, in seconds, for sensor to provision [default: 1200]
58
59
A comma-separated list of tags to apply to the host after sensor installation [default: $null]
0 commit comments