From 40a7e49186e260c2df628d2d02335a5154dcf89e Mon Sep 17 00:00:00 2001 From: Carlos Matos Date: Wed, 4 Sep 2024 21:36:32 -0400 Subject: [PATCH] docs(inventory): add api scopes to dynamic inventories (#560) --- plugins/inventory/falcon_discover.py | 1 + plugins/inventory/falcon_hosts.py | 1 + 2 files changed, 2 insertions(+) diff --git a/plugins/inventory/falcon_discover.py b/plugins/inventory/falcon_discover.py index f3b666e5..bf7660db 100644 --- a/plugins/inventory/falcon_discover.py +++ b/plugins/inventory/falcon_discover.py @@ -66,6 +66,7 @@ type: bool default: false requirements: + - Assets [B(READ)] API scope - python >= 3.6 - crowdstrike-falconpy >= 1.3.0 notes: diff --git a/plugins/inventory/falcon_hosts.py b/plugins/inventory/falcon_hosts.py index dcea2dd1..03d36d38 100644 --- a/plugins/inventory/falcon_hosts.py +++ b/plugins/inventory/falcon_hosts.py @@ -67,6 +67,7 @@ elements: string default: ['hostname', 'external_ip', 'local_ip'] requirements: + - Hosts [B(READ)] API scope - python >= 3.6 - crowdstrike-falconpy >= 1.3.0 notes: