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(host_hide): allow api limit to be managed in module seamlessly #473

Merged
merged 3 commits into from
Mar 19, 2024

Conversation

carlosmmatos
Copy link
Contributor

Fixes: #465

This commit will allow a user to not have to worry about a) knowing there is a 100 max host limit per API call and b) having to batch chunks in Ansible to pass into the module.

This commit will allow a user to not have to worry about a) knowing there
is a 100 max host limit per API call and b) having to batch chunks in Ansible
to pass into the module.
@carlosmmatos carlosmmatos added the enhancement New feature or request label Mar 19, 2024
@carlosmmatos carlosmmatos self-assigned this Mar 19, 2024
@carlosmmatos carlosmmatos added bugfixes Bug fixes or minor enhancements and removed enhancement New feature or request labels Mar 19, 2024
@carlosmmatos carlosmmatos requested a review from evanstoner March 19, 2024 18:13
@carlosmmatos carlosmmatos merged commit 70d9b23 into CrowdStrike:main Mar 19, 2024
6 checks passed
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.

host_hide: add batching to prevent limit
2 participants