Skip to content

Commit d411c7e

Browse files
NGINX App Protect support for NGINX One Console & bugfixes (#90)
* Branch 5.3.4 - NGINX APp Protect support for NGINX One Console * Branch 5.3.4 - NGINX App Protect * Branch 5.3.4 - NGINX App Protect * Branch 5.3.4 - NGINX App Protect * Branch 5.3.4 - NGINX App Protect, NGINX One Console patch fix * Branch 5.3.4 - NGINX App Protect, NGINX One Console patch fix
1 parent 9529b7c commit d411c7e

File tree

5 files changed

+200
-3954
lines changed

5 files changed

+200
-3954
lines changed

FEATURES.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -12,22 +12,22 @@ NGINX Declarative API has been tested with the following NGINX control plane rel
1212

1313
### NGINX `http` and `stream` servers
1414

15-
| Feature | API v5.2 | API v5.3 | Notes |
16-
|------------------------------|----------|----------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
17-
| Upstreams | X | X | <li>Snippets supported: static and from source of truth</li> |
18-
| HTTP servers | X | X | <li>Snippets supported (`http`, `servers`, `locations`): static and from source of truth</li> |
19-
| TCP/UDP servers | X | X | <li>Snippets supported (`streams`, `servers`): static and from source of truth</li> |
20-
| TLS | X | X | <li>Certificates and keys can be dynamically fetched from source of truth (currently supported for NGINX Instance Manager)</li> |
21-
| Client authentication | X | X | See [client authentication](#Client-authentication) |
22-
| Upstream authentication | X | X | See [upstream and Source of truth authentication](#Upstream-and-Source-of-truth-authentication) |
15+
| Feature | API v5.2 | API v5.3 | Notes |
16+
|------------------------------|----------|----------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
17+
| Upstreams | X | X | <li>Snippets supported: static and from source of truth</li> |
18+
| HTTP servers | X | X | <li>Snippets supported (`http`, `servers`, `locations`): static and from source of truth</li> |
19+
| TCP/UDP servers | X | X | <li>Snippets supported (`streams`, `servers`): static and from source of truth</li> |
20+
| TLS | X | X | <li>Certificates and keys can be dynamically fetched from source of truth (currently supported for NGINX Instance Manager)</li> |
21+
| Client authentication | X | X | See [client authentication](#Client-authentication) |
22+
| Upstream authentication | X | X | See [upstream and Source of truth authentication](#Upstream-and-Source-of-truth-authentication) |
2323
| Rate limiting | X | X |
24-
| Active healthchecks | X | X | |
25-
| Cookie-based stickiness | X | X | |
26-
| HTTP headers manipulation | X | X | <li>To server: set, delete</li><li>To client: add, delete, replace</li> |
27-
| Maps | X | X | |
28-
| Cache | X | X | Supported for `http`, `servers`, `locations` and API Gateway |
29-
| NGINX Plus REST API access | X | X | |
30-
| NGINX App Protect WAF | X | X | NGINX Instance Manager only<li>Per-policy CRUD at `server` and `location` level</li><li>Support for dataplane-based bundle compilation</li><li>Security policies can be fetched from source of truth</li> |
24+
| Active healthchecks | X | X | |
25+
| Cookie-based stickiness | X | X | |
26+
| HTTP headers manipulation | X | X | <li>To server: set, delete</li><li>To client: add, delete, replace</li> |
27+
| Maps | X | X | |
28+
| Cache | X | X | Supported for `http`, `servers`, `locations` and API Gateway |
29+
| NGINX Plus REST API access | X | X | |
30+
| NGINX App Protect WAF | X | X | Note: violation logging not yet supported for NGINX One Console<li>Per-policy CRUD at `server` and `location` level</li><li>Support for dataplane-based bundle compilation</li><li>Security policies can be fetched from source of truth</li> |
3131

3232
### HTTP Locations
3333

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ GitOps integration is supported: source of truth is checked for updates (NGINX A
1111
Use cases include:
1212

1313
- Integration with NGINX Instance Manager (instance group) and NGINX One Console (config sync group)
14-
- NGINX App Protect DevSecOps integration (NGINX Instance Manager only)
14+
- NGINX App Protect DevSecOps integration
1515
- API Gateway deployments with automated Swagger / OpenAPI schema import
1616
- API Developer portals zero-touch deployment (redocly and backstage supported)
1717
- API Visibility (moesif supported)

0 commit comments

Comments
 (0)