CrowdStrike / falcon-scripts

Scripts to streamline the deployment and use of the CrowdStrike Falcon sensor
The Unlicense
144 stars 84 forks source link

Fixed issue with API mismatch on FALCON_CLOUD registry url path #84

Closed carlosmmatos closed 1 year ago

carlosmmatos commented 1 year ago

There was an issue with users of GovCloud api trying to pull the container sensor but the registry attempts would fail.

This was identified by the following delta:

- registry.laggar.gcw.crowdstrike.com/falcon-sensor/us-gov-1/release/...
+ registry.laggar.gcw.crowdstrike.com/falcon-sensor/govcloud/release/...

Rather than using the same FALCON_CLOUD convention as the non-govcloud registries have, this one uses govcloud instead.