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): control aid generation wait time and logic #586

Merged
merged 3 commits into from
Dec 13, 2024

Conversation

carlosmmatos
Copy link
Contributor

@carlosmmatos carlosmmatos commented Dec 12, 2024

Fixes #583

This PR should address concerns about potential timeouts or "misfires" around waiting for an AID to be generated on Linux systems (particularly on Ubuntu 20.04). We've added the following to help mitigate these issues:

  1. Use variables to control the retries/delays. Default to 120 seconds (12/10).

Fixes CrowdStrike#583

This PR should address concerns about potential timeouts or "misfires"
around waiting for an AID to be generated on Linux systems (particularly
on Ubuntu 20.04). We've added two ways to help mitigate these issues:
1. Use variables to control the retries/delays. Default to 60 seconds
(6/10).
2. Use a block/rescue so that if the 1st attempt fails, we give it
another try before concluding that something is wrong. We fail with a
message that includes some troubleshooting steps.
@carlosmmatos carlosmmatos added the bugfixes Bug fixes or minor enhancements label Dec 12, 2024
@carlosmmatos carlosmmatos added this to the 4.7.2 milestone Dec 12, 2024
@carlosmmatos carlosmmatos self-assigned this Dec 12, 2024
@carlosmmatos carlosmmatos added the ok-to-test Run tests label Dec 12, 2024
redhatrises
redhatrises previously approved these changes Dec 12, 2024
After much discussion, this is a safer starting point. We will up the
default amount of time to waiting for an AID to 2 minutes, but will
still allow it to be customizable.
@carlosmmatos carlosmmatos removed the ok-to-test Run tests label Dec 13, 2024
@redhatrises redhatrises merged commit daefb46 into CrowdStrike:main Dec 13, 2024
2 checks passed
@redhatrises redhatrises deleted the carlosmmatos/issue583 branch December 13, 2024 20:23
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Look into waiting for AID potential issue with timing out
3 participants