764 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
1
vote
1
answer
143
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
98
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
1
answer
114
views
Kong Gateway Docker container not connecting to PostgreSQL server
I am attempting to run Kong Gateway from a docker container built from the instructions found in the official documentation: https://docs.konghq.com/gateway/3.9.x/install/docker/build-custom-images/
...
0
votes
0
answers
43
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
237
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 ...
0
votes
0
answers
83
views
Kong nginx worker process consumes close to 100 Mb memory when idle
We are using kong api gateway and there are no active users for our module with kong as it’s not yet in production. Still simply running the kong api gateway, its nginx worker process consumes appr. ...
0
votes
0
answers
36
views
Kong api gateway - One service on two hardware units with localhost and remote ip in URLs
We have following scenario which fails with kong api gateway:
Service1 has an endpoint named "endpoint1" which gives hardware specific value in response.
We have say 2 hardware units (H1 and H2) inter-...
2
votes
1
answer
433
views
ServerHttpRequest#getURI() changed after Spring Boot 3.4.2. How to get the old behavior?
I have a Spring Boot application, with Webflux, that receives requests from a Kong server. I receive these requests via a generic RestController and handle they differently based on the request's path....
0
votes
0
answers
75
views
Kong is silently responding the message "The upstream server responded with 200" with status code 200 rather than actual json response body
Using self hosted kong (v3.7.x) on ec2 instance with traditional(database) topology
No configuration tweaked as of now, everything is running on the default configuration.
Sometimes kong responds with ...
0
votes
1
answer
321
views
KONG Same Route with Both JWT and API Key Authentication, How to Make Both Work Simultaneously?
I am currently using KONG Gateway, and I've enabled two authentication mechanisms on the same Route in a Service: JWT Authentication and API Key Authentication. When I use one of the authentication ...
1
vote
2
answers
233
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
128
views
Kong Gateway: I got an error when I run docker-compose up
Create the kong-gateway container using docker compose, got an error as follow:
[lua] globalpatches.lua:84: sleep(): executing a blocking 'sleep' (0.004 seconds), context: init_worker_by_lua*
[lua] ...
0
votes
1
answer
381
views
supabase self-hosted resumable upload problem
I'm hosting Supabase with Kong and using TUS for resumable file uploads. My goal is to ensure that all client-side requests consistently start with https://myhost.com/storage/v1/..., and have Kong ...
0
votes
0
answers
397
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
292
views
Kong API Gateway - docker container on windows, fail to bind - port in use after laptop reboot
Each time I reboot my laptop, Kong API Gateway fails to bind and start.
If I delete and recreate it's all fine, just the reboots mean recreating each time and reperforming setup.
I am using Kong ...