-
|
Firstly thank you for the great documentation and putting this together. It's greatly helpful. I deployed my instance in this case via CI/CD pipline rather than importing the template directly. And the parameters for Customer ID and Secret were resolved correclty. However when I launch the instance I can see that crowdstrike didn't install and if I look closer I face the error below: The strings for the customer ID and Secret passthrough correctly Also which permissions / scope do I need to set for the API creds need from the crowstrike console for this to work. Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 9 replies
-
|
After reviewing the script I can see so that answers the second part of me question.
|
Beta Was this translation helpful? Give feedback.
-
|
This looks like the variable being passed for For the download you would need READ permissions within the Sensor Download scope. For the sensor policies, you would need READ in Sensor Update Policy. |
Beta Was this translation helpful? Give feedback.
This looks like the variable being passed for
BaseAddressis a CID value. Since it's not in the list of available base URLs, an error is thrown.For the download you would need READ permissions within the Sensor Download scope. For the sensor policies, you would need READ in Sensor Update Policy.