➹ New Feature implementation request
Is your feature request related to a problem?
Automatically detecting changes in infrastructure currently only works for services/containers deployed to kubernetes using the autodiscovery. External resources, directly hosted by cloud providers, cannot be detected.
Describe the solution you'd like
The secureCodeBox should add a cloud autodiscovery to enable monitoring cloud providers for changes. Because a general solution for multiple cloud providers at once seems inconvenient, AWS is a good first step.
Describe alternatives you've considered
Additional context
Steps to take:
Steps excluded from the scope of the MVP:
- Implement AWS state synchronization and initial sync
- Local message buffer and reordering (EventBridge does not guarantee order)
- K8s health check endpoint
- Scans in different namespace
- Proper retry and requeuing for requests that resulted in k8s errors
➹ New Feature implementation request
Is your feature request related to a problem?
Automatically detecting changes in infrastructure currently only works for services/containers deployed to kubernetes using the autodiscovery. External resources, directly hosted by cloud providers, cannot be detected.
Describe the solution you'd like
The secureCodeBox should add a cloud autodiscovery to enable monitoring cloud providers for changes. Because a general solution for multiple cloud providers at once seems inconvenient, AWS is a good first step.
Describe alternatives you've considered
Additional context
Steps to take:
Steps excluded from the scope of the MVP: