You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| jwt | JSON Web Token (JWT) | X | X | Based on JWT claims. Supported under <li>.declaration.http.servers[]</li><li>.declaration.http.servers[].location[]</li><li>.declaration.http.servers[].location[].apigateway</li> |
214
214
@@ -238,7 +238,7 @@ Client-side authorization profiles to be defined under `.declaration.http.author
238
238
239
239
### Upstream and Source of truth authentication
240
240
241
-
| Type | Description | API v5.4| API v5.5| Notes |
241
+
| Type | Description | API v5.5| API v5.6| Notes |
| Bearer token | Authentication token as Authorization Bearer | X | X |`Bearer` Authorization header is injected in requests to upstreams and source of truth |
244
244
| Basic Auth | Authentication token as Authorization Basic | X | X |`Basic` Authorization header is injected in requests to upstreams and source of truth |
@@ -306,7 +306,7 @@ Server-side authentication profiles to be defined under `.declaration.http.authe
| Request (client to server) | X | X | <li>`set` - new header injection</li><li>`delete` - client header removal</li> |
312
312
| Response (server to client) | X | X | <li>`add` - new header injection</li><li>`delete` - server header removal</li><li>`replace` - server header replacement</li> |
@@ -355,7 +355,7 @@ To be defined under `.declaration.http.servers[].headers` and/or `.declaration.h
| DNS resolver profiles | X | X | Available in <li>`declaration.http.servers[]`</li><li>`declaration.http.upstreams[]`</li><li>`declaration.layer4.upstreams[]`</li> |
515
515
@@ -532,13 +532,13 @@ DNS resolver profiles to be defined under `.declaration.http.resolvers[]`
| Logging | X | X | Available in <li>`.declaration.http.servers[].log`</li><li>`.declaration.http.servers[].locations[].log`</li><br>`condition` enables conditional logging. Logging will be disabled if `condition` evaluates to "0" or an empty string |
-[F5 NGINX One Console](https://docs.nginx.com/nginx-one/)
50
50
-[F5 NGINX Plus R33+](https://docs.nginx.com/nginx/)
51
51
-[F5 WAF for NGINX](https://docs.nginx.com/waf/)
52
52
53
-
**Note**: F5 NGINX Plus R33 and above [require a valid license](https://docs.nginx.com/solutions/about-subscription-licenses/) and the `.output.license` section in the declarative JSON is required. See the [usage notes](/USAGE-v5.4.md) for further details. [Postman collection](/contrib/postman) examples are provided for NGINX Plus R33+.
53
+
**Note**: F5 NGINX Plus R33 and above [require a valid license](https://docs.nginx.com/solutions/about-subscription-licenses/) and the `.output.license` section in the declarative JSON is required.
0 commit comments