kong-plugin-url-rewrite icon indicating copy to clipboard operation
kong-plugin-url-rewrite copied to clipboard

Problems making plugin available

Open knottnhupfer opened this issue 6 years ago • 5 comments
trafficstars

Hi,

I'm trying to use your plugin with the dockerimage "kong:1.3.0-alpine". In my Dockerfile I install the plugin with: RUN luarocks install kong-plugin-url-rewrite

I'm checking it trough: curl http://localhost:8001 | python -mjson.tool | jq .plugins

Trying to enable it trough environment variables fails when starting:

KONG_PLUGINS=url-rewrite or KONG_PLUGINS=plugin-url-rewrite

Hope you can help me out.

Thx a lot

/david

knottnhupfer avatar Sep 18 '19 17:09 knottnhupfer

Hello @knottnhupfer ! As of now, we only support Kong community edition versions 0.14.x and 0.13.x, you can see more info about this in here under Compatibility.

We would happily accept PR's to improve the range of kong versions we support, if you feel like it. :sweat_smile:

PFadel avatar Sep 18 '19 17:09 PFadel

Hi @PFadel , thx a lot for your quick response, didn't think about compatibility issues ... sorry for that, I'm really new to kong. Mhm ... will think about it but kong as also lua is very new territory for me, until yet I didn't have to read any lua code line :sweat_smile:

knottnhupfer avatar Sep 18 '19 18:09 knottnhupfer

So I quess further support for this is plugin is dead and I sould look for another sollutions?

ZVilusinsky avatar Aug 14 '20 11:08 ZVilusinsky

Hi @ZVilusinsky , support is not dead, but as it is this works for us here at @stone-payments , so this feature is not in our roadmap.

As I said, we would happily accept PR's to improve the range of kong versions we support, if this is something you'd like to use.

PFadel avatar Aug 14 '20 13:08 PFadel

@PFadel Yeah, sorry, LUA is a no-go (pun not intended, Kong 2+ supports plugins in Go).

ZVilusinsky avatar Aug 20 '20 09:08 ZVilusinsky