Questions tagged [kong]

Kong is a cloud-native, fast, scalable, and distributed Microservice Abstraction Layer (also known as an API Gateway or API Middleware). Made available as an open-source project in 2015, its core values are high performance and extensibility. Actively maintained, Kong is widely used in production at companies ranging from startups to Global 5000 as well as government organizations.

Kong is an open-source (under Apache Version 2.0 license) management layer for Microservices and APIs, delivering high performance and reliability. Built on top of NGINX, Kong can be fully operated with a simple and easy to use RESTful API.

It provides an easy way to add extra functionality to APIs and microservices through the use of Kong Plugins.

741 questions
0
votes
1 answer

Problems installing kong's UI KongDash (I can't see the Dashboard after installation)

I installed KongDash which is the UI for Kong on one of my VirtualBox instances using CentOS 7. I'm trying to see the UI installed after following the installation steps. In my case I downloaded the .tar.gz file, extracted the file and then execute…
VaTo
  • 2,936
  • 7
  • 38
  • 77
0
votes
1 answer

Kong Api's and Plugins are getting removed after kong docker container start and stop

I am trying with Kong. Iam running this on AWS. Whenever I stop the server and start it every entry in the APIs and Plugins will go. so after each and evry start and stop I have to re-add the values for api and plugins. Can any one tell me how can…
Nijisha Kg
  • 541
  • 2
  • 7
  • 15
0
votes
1 answer

Using Kong API Gateway as a proxy for Cisco UCCX

I am running Cisco UCCX 11.0 which is a Contact Center server that is based on a Java scripting engine. Scripts are build using the 'Script Editor' software where you drag elements (Java Beans) to define the script logic. One of the steps in the…
Daniel
  • 53
  • 2
  • 8
0
votes
2 answers

Add an API in Kong

New with REST and API Gateway. I have installed Kong with Cassandra on a dev machine and I'm trying to add my API (spring-boot application) but reading the documentation I'm struggling to make it work. My…
carlitos081
  • 645
  • 2
  • 7
  • 19
0
votes
1 answer

Kong: Is it a good idea to store business logic and/or business data in the kong datastore?

I understand that the datastore used by Kong is used for persistently storing the configurations to enable horizontal scaling. What I'm wondering is, would it also be possible to store actual business data in the api gateway's datasource itself and…
deathstroke
  • 526
  • 12
  • 33
0
votes
1 answer

Kong setup with Cassandra 2.2.7

Just getting started with using Kong but I've been facing this issue. I'm trying to setup Kong on a Mac and following the instructions from here: Kong for Mac I already have Cassandra 2.2.7 installed and running locally. I can connect to it through…
vksinghh
  • 223
  • 4
  • 16
0
votes
2 answers

Custom API Access Policies and API Gateways

I need some help in clearing out some doubts. I have been playing around with Kong and Amazon API Gateway but could not understand how to get my custom ACL working with these API Gateways. Let me try to explain with an example: Currently: I have all…
TTR
  • 45
  • 6
0
votes
1 answer

Kong: Luajit not found

I'm trying to get kong working, but every time I run kong start I get a /usr/local/bin/kong: 3: exec: /usr/local/bin/luajit: not found, which is weird as I do have luajit installed? My /usr/local/bin contains these files: forever kong lua2json …
Mobilpadde
  • 1,871
  • 3
  • 22
  • 29
0
votes
1 answer

Setting up Kong Development Environment is failing

I am trying to Set-up a development environment of Kong. I have Kong & cassandra installed in my machine and able to run Kong Fine. I am facing problem when I am trying to set-up the development environment. First I tried the Source Install as…
tuk
  • 5,941
  • 14
  • 79
  • 162
0
votes
1 answer

Can I forward the request from Kong server to my own servlet?

I added my api to Kong like curl -i -X POST \ --url http://localhost:8001/apis/ \ --data 'name=nirmal2' \ --data 'target_url=http://localhost:8080/switch/apikongcall.do' \ --data 'public_dns=mockbin10.com' targer url is my servlet running on…
-1
votes
1 answer

Error replacing legacy provider in Terraform: "Found unresolvable legacy provider references in state"

I'm encountering an issue when using the Terraform state replace-provider command to replace a legacy provider in Terraform. I'm receiving the following error: "Found unresolvable legacy provider references in state". I have correctly added the…
Max
  • 1
  • 1
-1
votes
2 answers

How to secure RedisInsight?

I have a RedisInsight instance running in my Kubernetes cluster. I exposed it using Kong Ingress. My issue is that when I display it it doesn´t have any mechanismn of authentication. I already set the environemnt variables: RITRUSTEDORIGINS,…
rEVOLution
  • 39
  • 8
-1
votes
2 answers

KONG updating plugins

im trying to work out how i can enable or disable a plugin using CURL... i found the following in the docs... so i can create a plugin using CURL... but i cant update the values, how do i update an existing…
user1555190
  • 2,803
  • 8
  • 47
  • 80
-1
votes
1 answer

Kong Ingress Controller at Home

I'm learning about Kubernetes and ingress controllers but I'm stucked getting this error when I try to apply kong ingress manifest... ingress-kong-7dd57556c5-bh687 0/2 Init:0/1 0 29s kong-migrations-gzlqj 0/1 Init:0/1 …
-1
votes
1 answer

How to make the OAuth 2.0 plugin work on Kong

I am new to Kong and microservice. I am using Kong CE version 0.14.1 and I need to secure an existing API through Oauth2.0 plugin. I tried to follow the instructions in the documentation kong-oauth2-hello-world provided by Kong. The problem is when…
Mariem
  • 1
  • 2
1 2 3
49
50