176 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
1
vote
1
answer
153
views
Add upstream HTTP header if not present with Kong API Gateway [closed]
I've been using the Post-Function plugin in Kong Gateway to implement some custom logic.
Lately, a large part of it has become unnecessary, and I am left with the following configuration, which only ...
0
votes
1
answer
99
views
Kong rate limiting in cluster mode
I am new to kong api gateway, I am planning to use rate limiting plugin in cluster ode and will use postgres as backend data store . I want to apply at my service level. SO for each request the plugin ...
0
votes
0
answers
44
views
How to protect services using Kong API Gateway to only authenticated requests?
I'm trying to use Kong as API Gateway with a custom authentication service to authenticate all users for all services in the upstream.
At the beginning I'll use my custom authentication service, but ...
-1
votes
1
answer
244
views
Kong Gateway custom plugin to send data to different aws services
Hello I am rather new to Kong and am trying to write a plugin takes one part of a users request to a lambda function, and the other part to an s3 bucket (i would prefer to handle any data splitting ...
1
vote
2
answers
243
views
Kong blocks all IPs when rate-limiting plugin is added
I have setup an API-Gateway with kong and below is my kong.yml file.
_format_version: "2.1"
_transform: true
services:
- name: auth-service
url: http://xxxxxxxxxxx
routes:
- ...
1
vote
0
answers
166
views
Response transformer plugin configuration for Kong Kubernetes Ingress Controller
I need help in the configuration of the response transformer plugin for adding/appending dynamic headers to the response. I am able to add static headers to the response header, but even after adding ...
0
votes
0
answers
403
views
Kong AI Proxy Plugin: Correct Parameters for Configuring a Self-Hosted LLM on Kong AI Gateway
(This question relates to using Kong API Gateway as a way to offer multiple LLM APIs as a service)
I have a number of self-hosted LLMs which I want to access via Kong's AI Gateway (i.e "A.I Proxy ...
0
votes
1
answer
404
views
Kong -My Custom Plugin Is Not Showing in Plugin list
using docker to run the Kong ,I am created the custom Plugin To Validate the header
Key :Test123
using docker to run the Kong ,I am created the custom Plugin To Validate the header
Key :Test123
\------...
1
vote
0
answers
377
views
Custom Lua Plugin in Kong Failed to Properly Send HTTP Request to Spring Boot Rest API (or the other way around)
I've been having this problem in weeks. I made a custom plugin for Kong, written in Lua, that supposed to forward any request that Kong received to a custom auth service. Here is Handler.lua.
-- ...
1
vote
1
answer
105
views
How to override/update kong-rockspec file to change version of a dependency?
I am using kong for my api management and the version am using is 0.11.0 (very old) and Postgres version is 10.x.
We have an requirement to update the postgres to community edition (15.x) and it needs ...
1
vote
0
answers
145
views
Dockerized Kong introspection endpoint problem
I am trying to create docker environment via following this tutorial here
However, in the last step I am receiving following error even though I did everything as mentioned:
Request:
curl "http://...
0
votes
1
answer
338
views
Kong 502 Bad Gateway
I have two VMs. One is running an Apache server with a Django API and the other is running Kong. The two VMs are on the same network and can ping each other, and I can access the Django site on my ...
0
votes
1
answer
381
views
Kong upgrade 2.8 to 3.6 issue
I'm upgrading kong gateway and facing an issue while running the image
old configuration docker file: kong/kong-gateway:2.8.1.1
and upgraded to: kong:3.3.1-alpine
The image is built without any ...
0
votes
0
answers
31
views
docker: invalid reference format using kong command
I am running below docker command in Command Prompt, but I am getting "docker: invalid reference format." this error.
docker run -d --name kong-dbless \
--network=kong-net \
-v "$(pwd):/...
0
votes
1
answer
492
views
Kong Gateway Custom Plugin - Errors when redirecting 5xx's to a custom url from header_filter phase
I have custom plugin for the Kong Gateway v3.6.0
During the access phase it may kong.response.exit with a 500 status.
I'm later catching responses with status of 500 during the header_filter phase
(...