File tree 1 file changed +10
-3
lines changed
docs/website/content/integrations
1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -3,11 +3,18 @@ title: Traefik API Gateway
3
3
labels :
4
4
category : servicemesh
5
5
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
8
8
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
10
11
---
12
+
11
13
The Traefik API Gateway is open-source software that controls API traffic into your application.
12
14
OPA can be configured as a plugin to implement authorization policies for those APIs.
13
15
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.
You can’t perform that action at this time.
0 commit comments