-
I setup KONGA in a k8s cluster in development mode with local storage and was working fine, but users and config gets deleted if a pod restarts, so I connected it to a postgres database in azure, and …
-
Is there any example to run through with JWT konga? I have used the JWT plugin but failed to authenticate using postman.
Result from postman
{
"message": "Unauthorized"
}
-
Kong 2.0 is released. Has anyone tested? Any known issues? Any update on when Konga will officially support Kong 2.0?
-
@pantsel Is this project dead? No commits for months.
-
176 open issues and no commits since a few months 😅
Does this still work? Are there any good alternatives?
-
Currently on the UI we can't have comma in the parameter but within kong request it allows us to do that.
https://getkong.org/plugins/request-transformer/
```
Note: if the value contains a , th…
-
I'm working on migrating a pre-1.0 Kong setup to the latest Kong version and am using Konga 0.14.7 at time of writing. Our setup is as follows:
1. **All** APIs protected by API key via a _global_ A…
-
### 내용
Kong 을 사용해서 CLUE 에 Gateway 를 적용합니다.
-
## Issue summary
Problem with the latest kong-dashboard version in docker hub, I think you build the 3.5 version and not 3.6.
## Your environment
* Kong version = 1.0.2
* Kong Dashboard vers…
-
### 简介
API 网关是目前非常成熟的一种微服务与外界通讯方式的一种选型,当前你的架构是从单体架构 `Monolithic` 迁移过来的时候,你会发现新的服务无法很好地从旧有系统中接管流量。
这个接管,或者说迁移的过程很复杂,也很危险,一般我们也会从小流量的非核心服务开始拆,拆分完之后,你就会发现问题了:流量怎么导到新服务上面去呢?
一种选择是在原服务上将数据转发…