Skip to content

Commit

Permalink
Tested with NGINX App Protect WAF compiler v4.279.0 (#101)
Browse files Browse the repository at this point in the history
* Added API Connectivity Manager 1.5.0 support

* Ownership fix

* Startup script fix

* NGINX App Protect WAF updates

* Tested with NGINX Instance Manager 2.9.1

* Added docker-compose support

* Tested with NGINX Instance Manager 2.10.0 and Security Monitoring 1.4.0

* Tested with NGINX Instance Manager 2.10.0 and API Connectivity Manager 1.5.0

* Tested with API Connectivity Manager 1.6.0

* Tested with API Connectivity Manager 1.6.0

* README updated

* Added support for NGINX Instance Manager 2.10.1 and App Delivery Manager 4.0.0

* Fixed NGINX App Protect detection bug for NGINX Instance Manager 2.10.0+

* Fixed agent syslog receiver bug

* README updated
  • Loading branch information
fabriziofiorucci authored Jun 26, 2023
1 parent 3cadc10 commit 11b16ce
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion nginx-agent-docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This repository can be used to build a docker image with NGINX Plus and NGINX In

This repository has been tested with NGINX agent for:

- NGINX Instance Manager 2.4.0, 2.5.0, 2.5.1, 2.6.0, 2.7.0, 2.8.0, 2.9.0, 2.10.0, 2.10.1
- NGINX Instance Manager 2.4.0, 2.5.0, 2.5.1, 2.6.0, 2.7.0, 2.8.0, 2.9.0, 2.10.0, 2.10.1, 2.11.0
- API Connectivity Manager 1.4.0, 1.5.0, 1.6.0
- NGINX App Protect WAF 4.100.1+

Expand Down
8 changes: 4 additions & 4 deletions nginx-nms-docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ A bash script to quickly install NGINX Management Suite through the official Hel

This repository has been tested with:

- NGINX Instance Manager 2.4.0, 2.5.0, 2.5.1, 2.6.0, 2.7.0, 2.8.0, 2.9.0, 2.9.1, 2.10.0, 2.10.1
- NGINX Management Suite API Connectivity Manager 1.0.0, 1.1.0, 1.1.1, 1.2.0, 1.3.0, 1.3.1, 1.4.0, 1.4.1, 1.5.0, 1.6.0
- Security Monitoring 1.0.0, 1.1.0, 1.2.0, 1.3.0, 1.4.0
- NGINX Instance Manager 2.4.0, 2.5.0, 2.5.1, 2.6.0, 2.7.0, 2.8.0, 2.9.0, 2.9.1, 2.10.0, 2.10.1, 2.11.0
- NGINX Management Suite API Connectivity Manager 1.0.0, 1.1.0, 1.1.1, 1.2.0, 1.3.0, 1.3.1, 1.4.0, 1.4.1, 1.5.0, 1.6.0, 1.7.0
- Security Monitoring 1.0.0, 1.1.0, 1.2.0, 1.3.0, 1.4.0, 1.5.0
- NGINX App Protect WAF compiler 3.1088.2, 4.2.0, 4.100.1, 4.218.0
- NGINX App Delivery Manager 4.0.0

Expand Down Expand Up @@ -74,7 +74,7 @@ NGINX Management Suite Docker image builder
-K [file.key] - Key file to pull packages from the official NGINX repository
-A - Enable API Connectivity Manager - optional
-W - Enable Security Monitoring - optional
-P [version] - Enable WAF policy compiler, version can be [v3.1088.2|v4.2.0|v4.100.1|v4.218.0] - optional
-P [version] - Enable WAF policy compiler, version can be [v3.1088.2|v4.2.0|v4.100.1|v4.218.0|v4.279.0] - optional
-D - Enable App Delivery Manager - optional
=== Examples:
Expand Down
2 changes: 1 addition & 1 deletion nginx-nms-docker/scripts/buildNIM.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Automated build:\n\n
-K [file.key]\t\t- Key file to pull packages from the official NGINX repository\n
-A\t\t\t- Enable API Connectivity Manager - optional\n
-W\t\t\t- Enable Security Monitoring - optional\n
-P [version]\t\t- Enable WAF policy compiler, version can be [v3.1088.2|v4.2.0|v4.100.1|v4.218.0] - optional\n\n
-P [version]\t\t- Enable WAF policy compiler, version can be [v3.1088.2|v4.2.0|v4.100.1|v4.218.0|v4.279.0] - optional\n\n
=== Examples:\n\n
Manual build:\n
\t$0 -n nim-files/nms-instance-manager_2.6.0-698150575~focal_amd64.deb \\\\\n
Expand Down

0 comments on commit 11b16ce

Please sign in to comment.