-
Notifications
You must be signed in to change notification settings - Fork 275
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Including an unsupported scope in a limiter's scopes
causes rate limiter to not be applied
#4099
Comments
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 30 days. |
This issue was closed because it has been stalled for 90 days with no activity. |
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 30 days. |
This issue was closed because it has been stalled for 90 days with no activity. |
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 30 days. |
Describe the bug
If I add a limiter:
Even if the tags are correct for the S3 tables, no rate limiters are applied due to the
foo
scope.Similarly, if I add
region
, which is a valid scope for other tables, but notaws_s3_bucket
, limiters won't be applied.Steampipe version (
steampipe -v
)v0.21.4
To reproduce
Add the limiter above and run this query to check if rate limiters are applied:
Expected behavior
An error should be raised letting me know that there's an invalid scope
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: