You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Semantics
An empty values for enabledServices indicates that all services should be scanned. If the array contains one or more service names then only those services will be scanned.
The text was updated successfully, but these errors were encountered:
* Added supported services list to readme
* Update README.md
Co-authored-by: Stefan Markovic <57057282+stefansjfw@users.noreply.github.com>
* Update README.md
Co-authored-by: Stefan Markovic <57057282+stefansjfw@users.noreply.github.com>
Co-authored-by: Stefan Markovic <57057282+stefansjfw@users.noreply.github.com>
We need to be able to toggle via configuration which AWS services are enabled for scanning. Not all users will want to scan all services.
How
Edit https://github.com/openraven/magpie/blob/main/magpie-aws/src/main/java/io/openraven/magpie/plugins/aws/discovery/AWSDiscoveryConfig.java to add an
enabledServices
array.Filter disabled plugins here https://github.com/openraven/magpie/blob/main/magpie-aws/src/main/java/io/openraven/magpie/plugins/aws/discovery/AWSDiscoveryPlugin.java#L50.
Semantics
An empty values for
enabledServices
indicates that all services should be scanned. If the array contains one or more service names then only those services will be scanned.The text was updated successfully, but these errors were encountered: