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

Dos - Allow list #5824

Open
wants to merge 21 commits into
base: main
Choose a base branch
from
Open

Dos - Allow list #5824

wants to merge 21 commits into from

Conversation

pasmant
Copy link
Contributor

@pasmant pasmant commented Jun 24, 2024

Dos allow list enables IP addresses that should never be blocked.
Added allow list option to the dos protected resource CRD.
There is new field: allowlist which hold list of ip with mask.
Example:
....
allowList:
- ipWithMask: "192.168.1.1/24"
- ipWithMask: "10.244.0.1/32"

@pasmant pasmant requested review from a team as code owners June 24, 2024 07:55
Copy link

netlify bot commented Jun 24, 2024

👷 Deploy request for nginx-kubernetes-ingress pending review.

Visit the deploys page to approve it

Name Link
🔨 Latest commit 7345513

@github-actions github-actions bot added documentation Pull requests/issues for documentation go Pull requests that update Go code python Pull requests that update Python code tests Pull requests that update tests labels Jun 24, 2024
@oseoin oseoin mentioned this pull request Jun 24, 2024
6 tasks
@shaun-nx shaun-nx linked an issue Jun 26, 2024 that may be closed by this pull request
@vepatel vepatel self-requested a review July 3, 2024 09:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Pull requests/issues for documentation go Pull requests that update Go code python Pull requests that update Python code tests Pull requests that update tests
Projects
Status: Todo ☑
Development

Successfully merging this pull request may close these issues.

NGINX App Protect DoS - Allow List feature
4 participants