Skip to content

Commit 60e0e1a

Browse files
FEATURES updated
1 parent 95e6e90 commit 60e0e1a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

FEATURES.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
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 | |
@@ -20,12 +20,12 @@
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

0 commit comments

Comments
 (0)