Skip to content
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

Problems making plugin available #24

Open
knottnhupfer opened this issue Sep 18, 2019 · 5 comments
Open

Problems making plugin available #24

knottnhupfer opened this issue Sep 18, 2019 · 5 comments

Comments

@knottnhupfer
Copy link

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

@PFadel
Copy link
Contributor

PFadel commented Sep 18, 2019

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. 😅

@knottnhupfer
Copy link
Author

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 😅

@ZVilusinsky
Copy link

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

@PFadel
Copy link
Contributor

PFadel commented Aug 14, 2020

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.

@ZVilusinsky
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants