Skip to content

Commit

Permalink
docs: make auto-discovery simpler via examples instead of callout
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosmmatos committed Oct 23, 2024
1 parent b1b158c commit 2ed5973
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions docs/authentication.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,16 @@ module arguments. Available environment variables:

- `FALCON_CLIENT_ID` - **required**
- `FALCON_CLIENT_SECRET` - **required**
- `FALCON_CLOUD` - optional (discovered automatically*)
- `FALCON_MEMBER_CID` - optional (only for Flight Control users)

> [!IMPORTANT]
> \* Auto-discovery is only available for the [*us-1, us-2, eu-1*] cloud regions.
- `FALCON_CLOUD` - *optional* for us-1, us-2, and eu-1; **required** for gov clouds
- `FALCON_MEMBER_CID` - *optional* (only for Flight Control users)

Available module arguments:

```yaml
- crowdstrike.falcon.example_module:
client_id: abcd1234 # required
client_secret: abcd5678 # required
cloud: us-2 # optional (discovered automatically*)
cloud: us-gov-1 # optional for us-1, us-2, and eu-1; required for gov clouds
member_cid: abcd2468 # optional (only for Flight Control users)
```
Expand Down

0 comments on commit 2ed5973

Please sign in to comment.