Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CrowdStrike] API Base URL variable name incorrectly defined #2773

Open
aricmorgan opened this issue Oct 8, 2024 · 0 comments
Open

[CrowdStrike] API Base URL variable name incorrectly defined #2773

aricmorgan opened this issue Oct 8, 2024 · 0 comments
Labels
bug use for describing something not working as expected needs triage use to identify issue needing triage from Filigran Product team

Comments

@aricmorgan
Copy link

Description

external-import/crowdstrike/docker-compose.yml:
Base URL for Crowdstrike API is defined as

  • CROWDSTRIKE_BASE_URL=https://api.crowdstrike.com
    However, when looking at external-import/crowdstrike/src/crowdstrike_feeds_services/utils/config_variables.py line 49, it's defined as
    CROWDSTRIKE_API_BASE_URL

This is leading to the API URL defaulting to https://api.crowdstrike.com rather than allowing for alternative API URLs such as GovCloud.

Environment

Connectors version 6.3.5

Reproducible Steps

Steps to create the smallest reproducible scenario:
Initialize the container with an updated URL. The process will continue to use the default. Logs will indicate usage.

I have confirmed updating the variable name in the docker-compose.yml file has corrected the failed process.

@aricmorgan aricmorgan added bug use for describing something not working as expected needs triage use to identify issue needing triage from Filigran Product team labels Oct 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug use for describing something not working as expected needs triage use to identify issue needing triage from Filigran Product team
Projects
None yet
Development

No branches or pull requests

1 participant