custom-plugin-examples icon indicating copy to clipboard operation
custom-plugin-examples copied to clipboard

Custom plugin examples for the Tyk Gateway - if you ever needed to extend the functionality!

Results 7 custom-plugin-examples issues
Sort by recently updated
recently updated
newest added

Hi everyone! I need help for my use case. At the moment, I have a custom plugin that doing authentication to our internal service outside TYK. We have an identifier...

Source: https://github.com/armujahid/tyk-grpc-go-mongo-accesstoken This example is containerized and can easily deployed on k8s after tweaking business logic Reference: https://github.com/TykTechnologies/custom-plugins/issues/10#issuecomment-1239012192

Current examples are using older versions of tyk. I think we should update examples to support latest version I was able to compile few basic examples for 4.0.4 version using...

Hi, I try to use an example custom-plugin on tyk-cloud. But I got error 502 Bad Gateway. Produce Steps: 1. Created AWS IAM user then enable plugins like https://tyk.io/docs/tyk-cloud/configuration-options/using-plugins/setup-control-plane/ 2....

We would like to set custom quota usage per endpoint. For example endpoint "xxx" will use 1 point per request, whereas endpoint "yyy" will use 5 point per request. And...

Initial implementation was problematic, because if you use any form of reverse proxy or load balancer, the RemoteAddr would appear as the IP address of the load balancer. We need...