Skip to content
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

WAF: ListLoggingConfigurationsRequest (AccessDeniedException) #119

Open
skyzyx opened this issue Jan 6, 2021 · 1 comment
Open

WAF: ListLoggingConfigurationsRequest (AccessDeniedException) #119

skyzyx opened this issue Jan 6, 2021 · 1 comment

Comments

@skyzyx
Copy link

skyzyx commented Jan 6, 2021

I'm getting this error message:

 ⨯ failed to list awsls supported resources error=AccessDeniedException: Critical information is missing in your request: ListLoggingConfigurationsRequest(scope=null, nextMarker=null, limit=null).
   status code: 400, request id: 6f85d6fe-fecf-4591-9826-1602a2196751

Appears to be related to WAF. My config is set to nuke everything:

aws_waf_byte_match_set:
aws_waf_geo_match_set:
aws_waf_ipset:
aws_waf_rate_based_rule:
aws_waf_regex_match_set:
aws_waf_regex_pattern_set:
aws_waf_rule_group:
aws_waf_rule:
aws_waf_size_constraint_set:
aws_waf_sql_injection_match_set:
aws_waf_web_acl:
aws_waf_xss_match_set:
aws_wafregional_byte_match_set:
aws_wafregional_geo_match_set:
aws_wafregional_ipset:
aws_wafregional_rate_based_rule:
aws_wafregional_regex_match_set:
aws_wafregional_regex_pattern_set:
aws_wafregional_rule_group:
aws_wafregional_rule:
aws_wafregional_size_constraint_set:
aws_wafregional_sql_injection_match_set:
aws_wafregional_web_acl:
aws_wafregional_xss_match_set:
aws_wafv2_web_acl_logging_configuration:

Using v0.11.1.

@jckuester
Copy link
Owner

Hi @skyzyx, thanks for letting me know.

I know what issue is and will fix this: All the functions to list resources are generated and sometimes there are missing input parameters as here for aws_wafv2_web_acl_logging_configuration (I took that into account and will cover edge cases if people run into them for not so common resource types). For now, you can ignore it. I assume it doesn't crash awsweeper and just logs?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants