-
Notifications
You must be signed in to change notification settings - Fork 114
F5 WAF for NGINX 5.9 #949
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
base: main
Are you sure you want to change the base?
F5 WAF for NGINX 5.9 #949
Conversation
✅ Deploy Preview will be available once build job completes!
|
This commit adds an initial entry to the policy configuration section, covering the information around attack signatures. Previously the instructions and reference information were available separately on the same page, which I have now grouped together logically. I'm not entirely convinced this will remain the best possible layout, but it works as an MVP for a vertical slice.
|
||
## Use Policy lifecycle management | ||
|
||
### Create policy resources |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Create Policy custom resources
In totality, you should see the following: | ||
|
||
- **Policy Controller pod**: `1/1 Running` status | ||
- **F5 WAF for NGINX pod**: `4/4 Running` status (nginx, waf-config-mgr, waf-enforcer, waf-ip-intelligence containers) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
need to add a note that if IPI is installed, you will have 4, else only 3
- **`status.bundle.signatures`**: Timestamps showing when security signatures were last updated | ||
- `attackSignatures` - Attack signature update timestamp | ||
- `botSignatures` - Bot signature update timestamp | ||
- `threatCampaigns` - Threat campaign signature update timestamp | ||
- **`status.processing.isCompiled`**: Boolean indicating if compilation completed successfully | ||
- **`status.processing.datetime`**: Timestamp of the last compilation attempt |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Need to remove this section(duplication)see lines 795-800)
|
||
```shell | ||
helm registry login private-registry.nginx.com | ||
helm pull oci://private-registry.nginx.com/nap/nginx-app-protect --version <release-version> --untar |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
helm pull oci://private-registry.nginx.com/nap/nginx-app-protect --version <release-version> --untar | |
helm pull oci://private-registry.nginx.com/nap/nginx-app-protect --version 5.9.0-ea --untar |
Proposed changes
Full detail TBD.
Includes
Checklist
Before sharing this pull request, I completed the following checklist:
Footnotes
Potentially sensitive information includes personally identify information (PII), authentication credentials, and live URLs. Refer to the style guide for guidance about placeholder content. ↩