Skip to content

Commit f01cc53

Browse files
committedApr 10, 2025
ecosystem: Update traefik integration docs
Signed-off-by: Charlie Egan <[email protected]>
1 parent 6dbb4fa commit f01cc53

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed
 

‎docs/website/content/integrations/traefik-api-gateway.md

+10-3
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,18 @@ title: Traefik API Gateway
33
labels:
44
category: servicemesh
55
layer: gateway
6-
blogs:
7-
- https://medium.com/etermax-technology/api-authorization-with-kubernetes-traefik-and-open-policy-agent-23647fc384a1
6+
tutorials:
7+
- https://plugins.traefik.io/plugins/659e6aaf0f0494247310c69a/jwt-and-opa-access-management
88
code:
9-
- https://github.com/edgeflare/traefik-opa-proxy
9+
- https://github.com/traefik-plugins/traefik-jwt-plugin
10+
- https://github.com/unsoon/traefik-open-policy-agent
1011
---
12+
1113
The Traefik API Gateway is open-source software that controls API traffic into your application.
1214
OPA can be configured as a plugin to implement authorization policies for those APIs.
1315

16+
[`traefik-jwt-plugin`](https://github.com/traefik-plugins/traefik-jwt-plugin)
17+
is a Traefik plugin which checks JWT tokens for required fields.
18+
19+
[`traefik-open-policy-agent`](https://github.com/unsoon/traefik-open-policy-agent)
20+
is another plugin available for use cases where more than JWT validation is needed.

0 commit comments

Comments
 (0)