From f01cc53d9a26a613f3d60ec8db8feeb5beba2a7f Mon Sep 17 00:00:00 2001 From: Charlie Egan Date: Thu, 10 Apr 2025 10:18:43 +0100 Subject: [PATCH] ecosystem: Update traefik integration docs Signed-off-by: Charlie Egan --- .../content/integrations/traefik-api-gateway.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/docs/website/content/integrations/traefik-api-gateway.md b/docs/website/content/integrations/traefik-api-gateway.md index 006a61f535..e1a1335b3d 100644 --- a/docs/website/content/integrations/traefik-api-gateway.md +++ b/docs/website/content/integrations/traefik-api-gateway.md @@ -3,11 +3,18 @@ title: Traefik API Gateway labels: category: servicemesh layer: gateway -blogs: -- https://medium.com/etermax-technology/api-authorization-with-kubernetes-traefik-and-open-policy-agent-23647fc384a1 +tutorials: +- https://plugins.traefik.io/plugins/659e6aaf0f0494247310c69a/jwt-and-opa-access-management 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. 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. \ No newline at end of file