Skip to content

Commit

Permalink
[aws][fix] Turn off access edge collection (#2248)
Browse files Browse the repository at this point in the history
  • Loading branch information
aquamatthias authored Oct 16, 2024
1 parent a42fa7e commit 53b45ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/aws/fix_plugin_aws/collector.py
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ def get_last_run() -> Optional[datetime]:
log.warning(f"Unexpected node type {node} in graph")
raise Exception("Only AWS resources expected")

access_edge_collection_enabled = True
access_edge_collection_enabled = False
if access_edge_collection_enabled and global_builder.config.collect_access_edges:
# add access edges
log.info(f"[Aws:{self.account.id}] Create access edges.")
Expand Down

0 comments on commit 53b45ef

Please sign in to comment.