From 6f707997e2cfce920a247fda5f09e16b982cf6f6 Mon Sep 17 00:00:00 2001 From: Carlos Matos Date: Mon, 20 May 2024 08:21:53 -0400 Subject: [PATCH] chore: fixed verbiage per comments --- bash/containers/falcon-container-sensor-pull/README.md | 4 ++-- bash/install/README.md | 6 +++--- powershell/install/README.md | 4 ++-- powershell/migrate/README.md | 4 ++-- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/bash/containers/falcon-container-sensor-pull/README.md b/bash/containers/falcon-container-sensor-pull/README.md index 4febf6d..1e8df12 100644 --- a/bash/containers/falcon-container-sensor-pull/README.md +++ b/bash/containers/falcon-container-sensor-pull/README.md @@ -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 diff --git a/bash/install/README.md b/bash/install/README.md index 6f54a3d..d43339b 100644 --- a/bash/install/README.md +++ b/bash/install/README.md @@ -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. diff --git a/powershell/install/README.md b/powershell/install/README.md index de8571a..f1cda9f 100644 --- a/powershell/install/README.md +++ b/powershell/install/README.md @@ -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 diff --git a/powershell/migrate/README.md b/powershell/migrate/README.md index 6ee3ea2..f70a236 100644 --- a/powershell/migrate/README.md +++ b/powershell/migrate/README.md @@ -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.