turbot/steampipe-plugin-gcp

Add ignore_error_codes config option

Closed this issue · 0 comments

Is your feature request related to a problem? Please describe.
Add ignore_error_codes config option to the GCP plugin across all tables etc, similar to the one we have for AWS. This can be used to cover the 403 / API disabled case.

Describe the solution you'd like
Having ignore_error_codes in the .spc file will automatically give the users the ability to ignore the error codes as per choice.

Describe alternatives you've considered
Currently, we have a handling of 403 API disabled across all the tables to handle the API disabled error codes.

Additional context
Add any other context or screenshots about the feature request here.