-
Notifications
You must be signed in to change notification settings - Fork 32
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Version
0.75.1Formae configuration
amends "formae:/Config.pkl"
agent {
discovery {
enabled = true
}
logging {
consoleLogLevel = "debug"
}
}Steps to reproduce
1. Run initial discovery - VPCs and their subnets are discovered successfully
2. Create new subnets in your AWS account within the existing VPCs (outside of formae)
3. Wait for the next scheduled discovery run, or trigger discovery manually (restart the agent)
4. Check the discovered resourcesActual behavior
New subnet (nested resource) not discovered
Examining the code flow:
- `processListing` receives the VPC listing
- All VPCs are deduplicated (no new parent/root resources)
- Since `len(newResources) == 0` the function returns
- `discoverNestedResources` is never calledExpected behavior
Discovery should find + synchronize the new subnets even though their parent VPCs already exist in the dbImpact
High - Major functionality broken
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working