Skip to content

Commit

Permalink
chore: fixed verbiage per comments
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosmmatos committed May 20, 2024
1 parent b193aad commit 6f70799
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions bash/containers/falcon-container-sensor-pull/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,11 @@ To check your version of cURL, run the following command: `curl --version`

## Auto-Discovery of Falcon Cloud Region

The script supports auto-discovery of the Falcon cloud region. If the cloud region is not requested, the script will attempt to auto-discover it. If you want to set the cloud region manually, or if your region does not support auto-discovery, you set the `FALCON_CLOUD` environment variable or use the `-r, --region` flag.

> [!IMPORTANT]
> Auto-discovery is only available for [us-1, us-2, eu-1] regions.
The script supports auto-discovery of the Falcon cloud region. If the cloud region is not provided, the script will attempt to auto-discover it. If you want to set the cloud region manually, or if your region does not support auto-discovery, you set the `FALCON_CLOUD` environment variable or use the `-r, --region` flag.

## Usage

```terminal
Expand Down
6 changes: 3 additions & 3 deletions bash/install/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,15 @@ export FALCON_CLIENT_SECRET="YYYYYYYYY"

#### Auto-Discovery of Falcon Cloud Region

> [!IMPORTANT]
> Auto-discovery is only available for [us-1, us-2, eu-1] regions.
The scripts support auto-discovery of the Falcon cloud region. If the `FALCON_CLOUD` environment variable is not set, the script will attempt to auto-discover it. If you want to set the cloud region manually, or if your region does not support auto-discovery, you can set the `FALCON_CLOUD` environment variable:

```bash
export FALCON_CLOUD="us-gov-1"
```

> [!IMPORTANT]
> Auto-discovery is only available for [us-1, us-2, eu-1] regions.
#### Using AWS SSM

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.
Expand Down
4 changes: 2 additions & 2 deletions powershell/install/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ Ensure the following API scopes are enabled:

## Auto-Discovery of Falcon Cloud Region

The scripts support auto-discovery of the Falcon cloud region. If the `FalconCloud` parameter is not set, the script will attempt to auto-discover the cloud region. If you want to set the cloud region manually, or if your region does not support auto-discovery, you can set the `FalconCloud` parameter.

> [!IMPORTANT]
> Auto-discovery is only available for [us-1, us-2, eu-1] regions.
The scripts support auto-discovery of the Falcon cloud region. If the `FalconCloud` parameter is not set, the script will attempt to auto-discover the cloud region. If you want to set the cloud region manually, or if your region does not support auto-discovery, you can set the `FalconCloud` parameter.

## Configuration

### Install
Expand Down
4 changes: 2 additions & 2 deletions powershell/migrate/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ The following **API scopes** are required:

## Auto-Discovery of Falcon Cloud Region

The script supports auto-discovery of the Falcon cloud region. If the `[New|Old]FalconCloud` parameter is not set, the script will attempt to auto-discover the cloud region. If you want to set the cloud region manually, or if your region does not support auto-discovery, you can set the `[New|Old]FalconCloud` parameter.

> [!IMPORTANT]
> Auto-discovery is only available for [us-1, us-2, eu-1] regions.
The script supports auto-discovery of the Falcon cloud region. If the `[New|Old]FalconCloud` parameter is not set, the script will attempt to auto-discover the cloud region. If you want to set the cloud region manually, or if your region does not support auto-discovery, you can set the `[New|Old]FalconCloud` parameter.

## What Does It Do?

This script streamlines the process of migrating a sensor from one CrowdStrike Falcon cloud tenant to another, such as transitioning from US-1 to US-2. It handles the removal and installation of the sensor in the new cloud while maintaining Falcon and Sensor tags throughout the migration. If an error arises during the migration, a recovery log is available to track the process and facilitate resumption of the migration.
Expand Down

0 comments on commit 6f70799

Please sign in to comment.