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

Add a new parameter to iterate over different ACLs for WAF v2 #23363

Open
4 tasks
Tracked by #23361
javiersanchz opened this issue May 9, 2024 · 1 comment
Open
4 tasks
Tracked by #23361

Add a new parameter to iterate over different ACLs for WAF v2 #23363

javiersanchz opened this issue May 9, 2024 · 1 comment

Comments

@javiersanchz
Copy link
Member

javiersanchz commented May 9, 2024

Epic
#23361

Description

The objective of the following issue is to be able to iterate over the different ACLs, searching for the records generated within a specific ACL.

The path generated by WAF v2 is as follows:

<bucket_name>/<prefix>/AWSLogs/<suffix>/<account_id>/WAFLogs/<region>/<waf_name>/<year>/<month>/<day>/<hh>/<mm>

  • Within this path, we find the <waf_name> which represents the name of the ACL where these records have been generated

Task

  • Create a new parameter in our AWS module that iterates over a specific ACL passed as a parameter.

Checks

The following elements have been updated or reviewed (should also be checked if no modification is required):

  • Tests (unit tests, API integration tests).
  • Changelog.
  • Documentation.
  • Integration test mapping (using api/test/integration/mapping/_test_mapping.py).
@fdalmaup
Copy link
Member

Issue Update

  • Added the new waf_acls parameter, modifying the C parser and script code.
  • The rest of the modifications to iterate over the ACL folders based on the parameter will be carried out once Add waf v2 logs #23397 is merged into the epic branch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: On hold
Development

No branches or pull requests

3 participants