You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am getting error when trying to call the falcon-linux-install.sh file through ansible code below
name Run Falcon installation
environment:
FALCON_CLIENT_ID: passing client ID
FALCON_CLIENT_SECRET: passing secret
shell: |
export FALCON_CLIENT_ID=value
export FALCON_CLIENT_SECRET= value
opt/falcon-linux-install.sh
Getting error as below
Fatal error - Unable to obtain Crowdstrike Falcon OAuth Token .Double check your credentials and/or ensure you set the correct cloud region.
I am not sure what I am missing..could anyone guide me on this
The text was updated successfully, but these errors were encountered:
@koushik527 thanks for opening up an issue. Question for you, why aren't you just using our Ansible collection to do this instead of trying to wrap Ansible around this bash script?
Here's an example of how you can use our Ansible collection to install/configure the sensor for you using pure Ansible:
Thanks @carlosmmatos for your response... As the code used is maintained am trying to use the same. This was working till last month .. Since I see falcon-linux-install file updated 3 weeks back . I was updating with the latest and am trying getting the error mentioned
Since we don't support running the bash script in Ansible in this repository, the only thing you can do is tell us if you are experiencing an issue with running the script itself without Ansible.
Otherwise, as stated, if you would like an Ansible native way to deploy Falcon to your fleet, please consider using our Red Hat certified Ansible collection, which is fully supported and maintained.
This issue has been automatically marked as stale because it has had no activity in the last 14 days.
What happens next:
• The issue will be closed in 7 days if no further activity occurs
• To keep this issue open, simply leave a comment
• Once closed, please feel free to re-open if the issue persists
I am getting error when trying to call the falcon-linux-install.sh file through ansible code below
environment:
FALCON_CLIENT_ID: passing client ID
FALCON_CLIENT_SECRET: passing secret
shell: |
export FALCON_CLIENT_ID=value
export FALCON_CLIENT_SECRET= value
opt/falcon-linux-install.sh
Getting error as below
Fatal error - Unable to obtain Crowdstrike Falcon OAuth Token .Double check your credentials and/or ensure you set the correct cloud region.
I am not sure what I am missing..could anyone guide me on this
The text was updated successfully, but these errors were encountered: