File tree 1 file changed +9
-7
lines changed
1 file changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -40,13 +40,15 @@ Locations `.declaration.http.servers[].locations[].uri` match modifiers in `.dec
40
40
41
41
### NGINX API Gateway use case
42
42
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 |
50
52
51
53
Swagger files and OpenAPI schemas can be used to automatically configure NGINX as an API Gateway
52
54
You can’t perform that action at this time.
0 commit comments