Questions tagged [kong-plugin]

168 questions
1
vote
1 answer

Kong Api Gateway Clustering

I have some questions according to https://docs.konghq.com/2.0.x/clustering I’ll really appreciated if someone help me. 1)according to Clustering Reference I need a load balancer , could you please introduce me a free one which I can use in front…
Salman Meraji
  • 29
  • 1
  • 2
1
vote
1 answer

kong request transformer invoke multiple microservice APIs

I am exploring Kong. I am wondering if I can achieve the following scenario using request transformer plugin. A request is reached at the request transformer plugin. Split the request into three microservice API requests. Call the three APIs…
Munish Dhiman
  • 511
  • 1
  • 7
  • 22
1
vote
0 answers

"docker: invalid reference format" while trying to install external plugin

My goal is simple: Load a hello-world external plugin for Kong. I've decided to do this via mounted volume, but am running into significant problems that stop me from being able to run my simple hello-world external plugin. I've isolated my problem…
bananabrann
  • 556
  • 7
  • 26
1
vote
1 answer

Kong OAuth2 Plugin Client Credentials Flow provision_key not validated

I have configured the Oauth2 Plugin in Kong with Client Credentials Flow. All endpoints are accessible and it works as expected, except the fact that I can request an access token from the {service}/oauth2/token endpoint without providing the…
EngelbertCoder
  • 777
  • 2
  • 9
  • 29
1
vote
2 answers

Deploying custom Kong plugin in GKE deployed Kong API Gateway

I'm looking up on the Kong API gateway and deployed a Kong instance on GKE via Google Cloud Marketplace. I want to add a custom Kong plugin to this instance and enable it for my services. How could I do it? are there any resources I could follow to…
Darth Shirr
  • 527
  • 1
  • 7
  • 24
1
vote
4 answers

Kong Ingress Controller has no effect on Kong Plugins

I have gone through kong-ingress-controller deployment and getting started doc and done everything mentioned. Update User Permissions Deploy Kong Ingress Controller Setup environment variables Created Ingress with Routes Everything works fine, I…
Hossain Ahamed
  • 119
  • 1
  • 7
1
vote
1 answer

Cannot enable session plugin in Kong (even after upgrading to latest)

To start I had Kong 0.14.1 installed (without docker) in ubuntu 16.04 working fine. I tried adding the 'Session' plugin (following the plugin page's example) curl -X POST http://localhost:8001/services/1d57a271-1a70-42ac-bb37-2e60405af347/plugins \ …
fei0x
  • 4,259
  • 4
  • 17
  • 37
1
vote
1 answer

Does Kong Cloud support custom plugins?

Kong recently released a cloud version of their service, but I can't find any good documentation on it. My questions: Is the service a pure SAAS, or do I still need to manage my own cloud infrastructure? Can I install custom plugins? Reason I'm…
stackoverflower
  • 3,885
  • 10
  • 47
  • 71
1
vote
2 answers

Kong API key strategy

I want to use Kong as an API gateway for all my upstream services. And I want to use API Keys so my customers can use that to use some APIs they are allowed to use. There is a plugin for managing API Keys:…
koala
  • 1,544
  • 1
  • 20
  • 33
1
vote
1 answer

Kong API Gateway - Reading request body in custom plugin

I am trying to read the request body in a custom plugin by following this url local data = kong.request.get_body() if data then kong.log(data) end I am getting the following error 2019/03/14 21:57:55 [error] 14039#0: *45 lua entry…
navin
  • 165
  • 1
  • 12
0
votes
0 answers

does KONG apigateway support Swagger-UI?

I need to have SwaggerUI that expose the routes that I have mapped on the KONG Api gateway. I am not sure if kong community version have the swagger plugin where it can auto generate schema? I were trying to search to see if there is any plugin…
james
  • 1
  • 1
0
votes
0 answers

Kong Gateway Response Rate-Limiting plugin not working

I was able to configure Kong Gateway Response Rate-Limiting plugin but facing an issue while accessing an API. Always see the below response When the Repsonse rate-limiting plugin is enabled on any API. { "message": "An unexpected error…
0
votes
0 answers

Kong-keyrock Authorize issue with Query parameter (type)

I tried to use the Kong image (0.5.3) and install kong successfully and was able to connect with Keyrock Why am i not able to give Query paramter : type as a filter in keyrock permission so that user with specific permission entity type can only…
0
votes
1 answer

How to redirect one url to another url in Kong Workspace?

I have a service in Kong. Say I have a service with url "abc.com". When the user enters the url in a browser, it has to rediect to "xyz.com/home". How to do this in Kong workspace?
potterson11
  • 147
  • 7
0
votes
0 answers

Registering Micro Services on Kong and use of docker /k8s while deploying Kong artifacts

We are migrating from one landscape to the other landscape Both are AWS Its a kind of lift and shift. While doing so what configurations to register Micro Services to Kong or deploying Kong artifacts or integrating the Kong with logging and…