File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 99| TCP/UDP servers | CRUD | CRUD | CRUD | <li >Snippets supported (` streams ` , ` servers ` ): static and from source of truth</li > |
1010| TLS | CRUD | CRUD | CRUD | <li >Certificates and keys can be dynamically fetched from source of truth</li > |
1111| mTLS | CRUD | CRUD | CRUD | <li >Certificates and keys can be dynamically fetched from source of truth</li > |
12- | JWT client authentication | | X | X | <li >JWT key can be hardwired or fetched from source of truth </li > |
12+ | JWT client authentication | | X | X | <li >Static JWT key</ li >< li >JWT fetched from URL </li > |
1313| Upstream authentication | | | X | <li >Bearer token</li ><li >HTTP header</li > |
1414| Rate limiting | X | X | X | |
1515| Active healthchecks | X | X | X | |
2020
2121### API Gateway
2222
23- | Feature | API v3.1 | API v4.0 | API v4.1 | Notes |
24- | ----------------------------------------------| ----------| ----------| ----------| ---------------------------------------------------------------------------|
25- | Configuration generation from OpenAPI schema | X | X | X | |
26- | HTTP methods enforcement | X | X | X | |
27- | per-URI rate limiting | X | X | X | |
28- | per-URI JWT authentication | X | X | X | <li >Static JWT key</li ><li >JWT fetched from URL</li ><li >Bearer token</li > |
23+ | Feature | API v3.1 | API v4.0 | API v4.1 | Notes |
24+ | ----------------------------------------------| ----------| ----------| ----------| -------------------------------------------------------------------------------------- |
25+ | Configuration generation from OpenAPI schema | X | X | X | |
26+ | HTTP methods enforcement | X | X | X | |
27+ | per-URI rate limiting | X | X | X | |
28+ | per-URI JWT authentication | X | X | X | <li >Static JWT key</li ><li >JWT fetched from URL</li ><li >Bearer token (API v4.1) </li > |
2929
3030### API Gateway - Developer Portal
3131
You can’t perform that action at this time.
0 commit comments