Skip to content

Commit b3041fc

Browse files
20240920-01 FEATURES updated (#71)
1 parent e92c3ce commit b3041fc

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

FEATURES.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,15 @@ Locations `.declaration.http.servers[].locations[].uri` match modifiers in `.dec
4040

4141
### NGINX API Gateway use case
4242

43-
| Feature | API v4.2 | API v5.0 | API v5.1 | Notes |
44-
|----------------------------------------------|----------|----------|-------------------------------------------------------------------------------|-------------------------------------------------------------------------------|
45-
| Configuration generation from OpenAPI schema | X | X | X | |
46-
| HTTP methods enforcement | X | X | X | |
47-
| per-URI rate limiting | X | X | X | |
48-
| per-URI client authentication | X | X | <li>Static JWT key</li><li>JWT key fetched from URL</li><li>Bearer token</li> | <li>Static JWT key</li><li>JWT key fetched from URL</li><li>Bearer token</li> |
49-
| per-URI client authorization | X | X | <li>JWT claims</li> | <li>JWT claims</li> |
43+
| Feature | API v4.2 | API v5.0 | API v5.1 | Notes |
44+
|----------------------------------------------|------------------|------------------------------------|-------------------------------------------------------------------------------|-----------------------------------------|
45+
| Configuration generation from OpenAPI schema | X | X | X | |
46+
| HTTP methods enforcement | X | X | X | |
47+
| per-URI rate limiting | X | X | X | |
48+
| per-URI client authentication | X | X | <li>Static JWT key</li><li>JWT key fetched from URL</li><li>Bearer token</li> | |
49+
| per-URI client authorization | X | X | <li>JWT claims</li> | |
50+
| Developer portal | <li>Redocly</li> | <li>Redocly</li><li>Backstage</li> | <li>Redocly</li><li>Backstage</li> | Supported through 3rd party integration |
51+
| API visibility | | | <li>Moesif</li> | Supported through 3rd party integration |
5052

5153
Swagger files and OpenAPI schemas can be used to automatically configure NGINX as an API Gateway
5254

0 commit comments

Comments
 (0)