-
Notifications
You must be signed in to change notification settings - Fork 130
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tutorial does not work if using kong:3.0.0-alpine #18
Comments
Hi @zerodefect, there are many substantial changes between kong 2.8.x and 3.x: https://docs.konghq.com/gateway/changelog/#breaking-changes-and-deprecations Unfortunately, Konga appears to be an unmaintained project (pantsel/konga#760) and for sure it is not compatible with 3.x: I am thinking of adapting the tutorial but I also have to change the name: ) Finally it seems that - at this time I write - there are no alternatives: I have not found active opensource administration projects compatible with kong 3.x. Any idea or suggestion? |
Hi @d4rkstar, thanks for your quick response. Pretty sad to see such a great project grind to a halt. No, I don't know of an alternative solution. Hopefully, someone with the technical know-how can take it over. After your message, I noticed that kong-oidc is experiencing the same problem - nokia/kong-oidc#213 One can progress without konga, but not without kong-oidc. There is an alternative option here which looks to have support for Kong 3.x. I'm not familiar with the LuaRocks package manager. Any suggestions on how to adjust your Dockerfile to build with a different rockspec file? Am I correct in assuming that your Dockerfile uses the nokia implementation? |
Hi @d4rkstar, i found ligreman/king as an alternative to Konga. I tested it and it works correctly. In pull request ligreman/king#20 there is support for docker and it works too. |
Hello @rommelandrea, sorry for this delayed answer. It seems that Kong 3.x ships it's own Kong Manager for free. And another interesting project is Primate @zerodefect: in the past i tried revomatico/kong-oidc but ended up with kong-plugin-jwt-keycloak and builded a dual stage Dockerfile like This: hope this helps! |
Hi @d4rkstar, don't worry! About the PR: of course, now I'm working on the upgrade of Keycloak to version 20, then I can work to adapt to version 3 of Kong. I've seen this docker container revomatico/docker-kong-oidc that includes Kong 3 and the OIDC plugin forked from the Nokia repo. |
The tutorial uses
kong:2.8.1-alpine
. To keep up with the times, I tried updating tokong:3.0.0-alpine
.Unfortunately, I note that when I try connect Konga to Kong (as per the tutorial), the connection fails. This worked fine using the 2.8.1 kong image, but not 3.0.0.
The text was updated successfully, but these errors were encountered: