mirror of
https://github.com/open-policy-agent/opa.git
synced 2026-08-12 19:32:48 -06:00
ecosystem: Update traefik integration docs
Signed-off-by: Charlie Egan <charlie@styra.com>
This commit is contained in:
committed by
Charlie Egan
parent
6dbb4fab2b
commit
f01cc53d9a
@@ -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.
|
||||
Reference in New Issue
Block a user