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

fix(falcon_configure): fixes issue with unwarranted bool (master image) #585

Merged
merged 4 commits into from
Dec 10, 2024

Conversation

carlosmmatos
Copy link
Contributor

Fixes #579

This PR introduces a fix to incorrectly using the |bool filter when working with prov tokens in master image prep. Also adding the ability to stop the sensor when working within a master image prep as to prevent the sensor from potentially updating/restarting via that cloud updates.

Fixes CrowdStrike#579

This PR introduces a fix to incorrectly using the |bool filter when
working with prov tokens in master image prep. Also adding the ability
to stop the sensor when working within a master image prep as to prevent
the sensor from potentially updating/restarting via that cloud updates.
@carlosmmatos carlosmmatos added the bugfixes Bug fixes or minor enhancements label Dec 5, 2024
@carlosmmatos carlosmmatos added this to the 4.7.2 milestone Dec 5, 2024
@carlosmmatos carlosmmatos self-assigned this Dec 5, 2024
Prior to this change, we were not checking to see if the prov token was
set which was causing a false positive to occur.
@carlosmmatos carlosmmatos added the ok-to-test Run tests label Dec 5, 2024
@carlosmmatos carlosmmatos merged commit f990d27 into CrowdStrike:main Dec 10, 2024
2 checks passed
@carlosmmatos carlosmmatos deleted the carlosmmatos/issue579 branch December 10, 2024 15:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugfixes Bug fixes or minor enhancements ok-to-test Run tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Regression: falcon_configure no longer re-sets the provisioning token when falcon_remove_aid is set
2 participants