Skip to content

Commit

Permalink
fix eu-1 url (#415)
Browse files Browse the repository at this point in the history
* fix eu-1 url
  • Loading branch information
fritterhoff authored Sep 19, 2023
1 parent e474475 commit 9f34291
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions changelogs/fragments/fix-eu-mapping.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
bugfixes:
- falconpy_utils - fix incorrect url for eu1 (https://github.com/CrowdStrike/ansible_collection_falcon/pull/415)
2 changes: 1 addition & 1 deletion plugins/module_utils/falconpy_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ def get_cloud_from_url(module, base_url):
mapping = {
"https://api.crowdstrike.com": "us-1",
"https://api.us-2.crowdstrike.com": "us-2",
"https://api.crowdstrike.eu": "eu-1",
"https://api.eu-1.crowdstrike.com": "eu-1",
"https://api.laggar.gcw.crowdstrike.com": "us-gov-1",
}

Expand Down

0 comments on commit 9f34291

Please sign in to comment.