ecosystem: Update traefik integration docs

Signed-off-by: Charlie Egan <charlie@styra.com>
This commit is contained in:
Charlie Egan
2025-04-10 10:18:43 +01:00
committed by Charlie Egan
parent 6dbb4fab2b
commit f01cc53d9a
@@ -3,11 +3,18 @@ title: Traefik API Gateway
labels: labels:
category: servicemesh category: servicemesh
layer: gateway layer: gateway
blogs: tutorials:
- https://medium.com/etermax-technology/api-authorization-with-kubernetes-traefik-and-open-policy-agent-23647fc384a1 - https://plugins.traefik.io/plugins/659e6aaf0f0494247310c69a/jwt-and-opa-access-management
code: code:
- https://github.com/edgeflare/traefik-opa-proxy - https://github.com/traefik-plugins/traefik-jwt-plugin
- https://github.com/unsoon/traefik-open-policy-agent
--- ---
The Traefik API Gateway is open-source software that controls API traffic into your application. The Traefik API Gateway is open-source software that controls API traffic into your application.
OPA can be configured as a plugin to implement authorization policies for those APIs. OPA can be configured as a plugin to implement authorization policies for those APIs.
[`traefik-jwt-plugin`](https://github.com/traefik-plugins/traefik-jwt-plugin)
is a Traefik plugin which checks JWT tokens for required fields.
[`traefik-open-policy-agent`](https://github.com/unsoon/traefik-open-policy-agent)
is another plugin available for use cases where more than JWT validation is needed.