Questions tagged [konga]

35 questions
2
votes
2 answers

Kong API Gateway SSL/TLS Certificates

I got a problem with SSL/TLS Termination on Kong API Gateway. HTTPS Requests using curl and Insomnia got response that SSL certificate problem: unable to get local issuer certificate. Certificate is valid and issued by well known issuer, so CA…
user16241090
  • 31
  • 1
  • 4
2
votes
1 answer

Is it possible to replace the json property in the body response using kong response-transformation plugin?

Is it possible to replace the JSON property in the body response using the kong response-transformation plugin? if yes, how to can I accomplish it using the UI Konga? Example of a response body: [ { "id": 1, "name": "Leanne Graham", …
J. Viégas
  • 135
  • 1
  • 11
1
vote
0 answers

Fail when install konga in docker

When I try to install konga using docker. I received message : Unknown authenticationOk message typeMessage { name: 'authenticationOk', length: 23 }. I have searched and tried several solutions but it still can't work. I using Postgre v14.2. Could…
Locnb
  • 21
  • 1
1
vote
1 answer

Kong proxy cache plugin - X-Cache-Status is always Bypass when cache_control is enabled

I have a registered service in Kong and currently trying to set up the proxy-cache plugin. The plugin itself works fine when cache control is set to false, but when I enable it, the X-Cache-Status header is always Bypass. The plugin configuration…
dixy
  • 13
  • 4
1
vote
2 answers

Why kong access non configured regex route?

I'm using Kong v2.1.2 On my upstream server I have APIs GET /v1/country GET /v1/country/{country_code}/brands GET /v1/country/{country_code}/brands/{brand_code}/types I have configured path 1 and 2 on kong routes with host header "example.com" I…
aditya khot
  • 45
  • 1
  • 6
1
vote
1 answer

Kong-OIDC plugin logout

I'm working with kong-oidc plugin using keycloack (https://github.com/nokia/kong-oidc) as authentication provider. The configuration works as expected, (i use konga as interface). The login procedure is fine. Now i need to logout but i don't…
dna
  • 2,097
  • 1
  • 11
  • 35
1
vote
1 answer

unable to rename header

i want to rename my api key header from api-key to apikey with this request curl -X POST http://localhost:8001/plugins \ --data "name=request-transformer" \ --data-urlencode "config.rename.headers=apikey:\$(headers['api-key'] or 'api-key')" \…
1
vote
0 answers

Request payload not found in network tab in chrome devtools

In the https://github.com/pantsel/konga application, I created a connection, but not found the payload data in the network tab. I saw the request to "/api/kongnode", the only request was found here. Some data had been filled in the form, and they…
niaomingjian
  • 3,472
  • 8
  • 43
  • 78
1
vote
1 answer

Can we use Kong api gateway for GraphQL service based backend service?

I have a backend service in graphQL and I want to integrate it with kong for proxying. I had followed the same steps of how we configure a http service in kong using this link https://docs.konghq.com/0.13.x/getting-started/configuring-a-service/ But…
1
vote
0 answers

KONG not validating JWT token

I am using KONG as my API gateway and KONGA as my admin console for KONG. I want KONG to validate my API's with JWT tokens and I expect if there is invalid token passed or some claims missing in token, KONG has to validate it and throws the…
Prakash
  • 591
  • 3
  • 9
  • 28
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

How to configure HTTPS services/api on kong

Previously I configured api/services on Kong as HTTP and it was working fine. Now I made api/services as HTTPS in back end and I changed protocol http to https for all api/services on Kong. But after changing http to https protocol i unable to…
Anil Jagtap
  • 1,740
  • 4
  • 27
  • 44
0
votes
0 answers

How to change kong error no route match into a static html page?

I have a kong gateway inside a docker compose. I only use two path in my kong service (/general and /authorization). When i access other route, it falls to an error "Kong Error, no Route matched with those values. I want to change the default error…
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…
0
votes
0 answers

Can the Kong TCP type plug-in only work globally but not locally?

I have a Kong TCP plugin, I use this for user validation. I find it can only work in global, but I want it to work only on some routers. When I add it to routers or services, it does not work. My steps are as follows 1 add the plugin with…
Klen
  • 13
  • 4
1
2 3