Haufe-Lexware / wicked.haufe.io

An API Management system based on Mashape Kong
http://wicked.haufe.io
Other
121 stars 37 forks source link

Installing custom plugins on Kong #255

Closed Alexanderdorow closed 4 years ago

Alexanderdorow commented 4 years ago

I'm trying to install a custom plugin on Wicked Kong, but so far without success. I'm running the developer environment and already tried do the configuration inside the kong docker's container. Have you ever gone through the scenario of needing a custom plugin or knows how to install one?

DonMartin76 commented 4 years ago

Ping @santokhsingh @maksimlikharev - aren’t you doing this? Can you give some pointers?

maksimlikharev commented 4 years ago

both vagrant and docker distributions of kong supports custom plugins configuration, please see the following:

https://github.com/Kong/kong-vagrant#environment-variables-and-configuration https://registry.hub.docker.com/_/kong/

santokhsingh commented 4 years ago

More Info:

If you wish to link your custom plugin to the docker kong image which is being used by wicked you could do as follows. Here are the changes which I did to docker-compose.yml to hook my custom plugin

kong: image: wicked.kong:local depends_on:

Alexanderdorow commented 4 years ago

@santokhsingh It works, tnx for the help!!!