CrowdStrike / ansible_collection_falcon

Comprehensive toolkit for streamlining your interactions with the CrowdStrike Falcon platform.
https://galaxy.ansible.com/ui/repo/published/crowdstrike/falcon/
GNU General Public License v3.0
93 stars 56 forks source link

feat: add new flight control child cid ids lookup filter plugin #516

Closed carlosmmatos closed 3 months ago

carlosmmatos commented 3 months ago

This new lookup plugin allows Falcon Flight Control (MSSP) users to fetch the children CIDs in their environment. Will be useful to pass into future Flight Control modules, such as getting details about child CIDs.

carlosmmatos commented 3 months ago

@evanstoner | @redhatrises the pylint issues are for the newest version of pylint that hasn't made it's way into Ansible-test apparently.. It's a little bit of a chicken/egg problem.

For now, I rather disregard the pylint issue as I know how to ignore it since it doesn't seem relevant to me. Plus, if I ignore it, then ansible-test will fail because it doesn't understand that pylint error yet.