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
log output: (Even though RepositoryNotFoundException is already placed in IgnoreConfig)
2024-03-07 13:21:30.281 UTC [ERROR] steampipe-plugin-aws.plugin: [ERROR] 1709817689522: aws_ecr_image_scan_finding.listAwsEcrImageScanFindings: api_error="operation error ECR: DescribeImageScanFindings, https response error StatusCode: 400, RequestID: 576ab62f-9090-4af0-8420-fccd9af474ae, RepositoryNotFoundException: The repository with name 'abc' does not exist in the registry with id '1323443245'"
The text was updated successfully, but these errors were encountered:
As I mentioned in the original issue, the issue isn’t just about logs in a log file. It’s about steampipe inefficiency of querying every account and region in an aggregation instead of smartly hydrating the tables from parents. If the context is there that an image belongs to account X in region Y, I don’t understand why steampipe can’t use that context to query the appropriate connection for further info.
IgnoreConfig codes are not working as expected which resulted in unnecessary logs.
Sample query:
In the table below is the list config -
log output: (Even though RepositoryNotFoundException is already placed in IgnoreConfig)
The text was updated successfully, but these errors were encountered: