kong-plugin
There are 134 repositories under kong-plugin topic.
qianyugang/kong-docs-cn
微服务 Api 网关 Kong 最新文档中文版
Kong/go-pdk
Write Kong plugins in Go! 🦍
Kong/kong-pongo
Tooling to run plugin tests with Kong and Kong Enterprise
yesinteractive/kong-map
Kongmap is a free visualization tool which allows you to view and edit configurations of your Kong API Gateway Clusters, including Routes, Services, and Plugins/Policies. The tool is being offered for installation via Docker and Kubernetes at this time.
wshirey/kong-plugin-response-cache
A Kong plugin that will cache responses in redis
casbin/lua-casbin
An authorization library that supports access control models like ACL, RBAC, ABAC in Lua (Kong, APISIX, OpenResty)
Kong/kong-plugin-zipkin
A Kong plugin for propogating zipkin spans and reporting spans to a zipkin server - this plugin has been moved into https://github.com/Kong/kong, please open issues and PRs in that repo
LEGO/kong-aws-request-signing
Plugin that enables the secure use of AWS services as upstreams in Kong using Service URLs
dream11/kong-circuit-breaker
Kong plugin for wrapping all proxy calls with a circuit-breaker
dream11/kong-scalable-rate-limiter
Kong plugin for Rate Limiting at high throughputs.
alexashley/kong-plugin-path-prefix
A Kong plugin to rewrite the upstream request path
Kong/kong-plugin-acme
Let's Encrypt and ACMEv2 integration with Kong - this plugin has been moved into https://github.com/Kong/kong, please open issues and PRs in that repo
foodora/kong-plugin-jwt-crafter
Kong plugin to automatically issue a JWT token if consumer is authenticated and has a JWT credential
sfhardman/kong-plugin-zipkin
Kong plugin to simulate clients and/or servers where these cannot practically be instrumented directly
yesinteractive/kong-jwt2header
This Kong API Gateway Plugin can be used to route requests by JWT claim. It does this by converting JWT claims to headers during rewrite phase so that Kong's route by header functionality can be used to route the request appropriately. Alternatively, the plugin can be used to simply convert JWT claims to headers that can be consumed by the upstream service.
dream11/kong-host-interpolate-by-header
Kong plugin to interpolate upstream host based on headers
pravin-raha/kong-plugin-cookies-to-headers
A Kong plugin that will add Authorization header from cookie
TravelNest/kong-authorization-opa
Kong Plugin for Authorization (via Open Policy Agent)
lampnick/kong-rate-limiting-golang
A rate limiting plugin of kong written with golang. Concurrent rate limiting support.
polaris-liu/kong-plugin-skywalking
The Nginx Lua agent for Apache SkyWalking kong-plugin
withlin/kong-plugin-http-anti-replay-attack
http-anti-replay-attack [防重放攻击]
Kong/kubernetes-sidecar-injector
Easy Service Mesh with Kong and Kubernetes
navinkumarr/kong-api-gateway-plugin-and-microservices-demo
Creating plugin for Kong API Gateway and Simple micro services example
ascho/kong-auth-request
A Kong plugin that make POST auth request before proxying the original request
portothree/kong-custom-auth
Custom authentication with Kong
ivangfr/springboot-kong-plugins
The goal of this project is to create a simple Spring Boot REST API and securing it with Kong using the LDAP Authentication and Basic Authentication plugins. Besides, we will explore more plugins that Kong offers like: Rate Limiting and Prometheus plugins.
adessoSE/kong-plugin-soap2rest
A plugin for the Kong Microservice API Gateway to redirect a SOAP request to a REST API and convert the JSON Response to SOAP response.
Kong/kong-plugin-grpc-gateway
Kong Plugin to transcode REST request to gRPC - this plugin has been moved into https://github.com/Kong/kong, please open issues and PRs in that repo
inveox-lab-it/kong-plugin-api-response-merger
Kong API response merger plugin
MrSaints/docker-kong-dev
[INACTIVE] An unofficial Docker image (tooling) for Kong testing, and development.
tfabien/kong-forward-proxy
A Kong plugin that allows access to an upstream url through a forward proxy (eg. squid).
be-humble/kong-ext-auth
Kong plugin to authenticate requests using external HTTP service.
arvind-internet-omuni/kong-tcp-body-log
Send the request and response body of HTTP traffic to a TCP endpoint
gpetrousov/kong-plugin-reskeymod
Kong plugin which allows renaming keys in response body
rakutentech/kong-plugin-graphql-operation-whitelist
Whitelist operations that your consumers can send to your GraphQL server.
udleinati/kong-plugin-the-middleman
A Kong plugin that enables an extra HTTP POST/GET request - the-middle-request - before proxing to the original request.