Hey everyone,
I finished porting revomatico/kong-oidc plugin to the latest standards ! OIDC with keycloak is free again, and it works with the latest KGO. I wrote a short medium post about it. Feel free to try it !
You can check the repository here. Hope it’ll help some of you guys, feel free to contribute.
1 Like
Thanks for your effort. However, I can’t easily create a bugreport to you, because its a fork from the old project. I tried to give your docker image a spin, but hit this error in the proxy.
2025/08/22 05:18:13 [error] 1#0: init_by_lua error: /usr/local/share/lua/5.1/kong/tools/module.lua:29: error loading module ‘kong.plugins.oidc.handler’:
/opt/rocks/share/lua/5.1/kong/plugins/oidc/handler.lua:1: module
‘kong.plugins.base_plugin’ not found: no field package.preload[‘kong.plugins.base_plugin’]
...
…
Also, what is the difference between your plugin, and this one, which seems to solve the same problem, but has its own easy to install luarocks package.
hey Lauer, do you have more infos? Could you share the manifests you use to deploy the plugin? thx