p0pr0ck5 / lua-resty-waf

High-performance WAF built on the OpenResty stack
GNU General Public License v3.0
1.28k stars 305 forks source link

Want to set up lua-resty-waf on Kong API Gateway #308

Open gaganmurghai opened 6 years ago

gaganmurghai commented 6 years ago

Hello I want to set up lua-resty-waf on Kong API Gateway, Kong is installed upon ubuntu 16.04. I tried to read the documentation listed in the README.md file but I was unable to get started. Can you please guide me how can go ahead and successfully install and set up lua-resty-waf on Kong API Gateway. Any help will be highly appreciated. Thanks

p0pr0ck5 commented 6 years ago

Hi,

Sorry for the delayed response. I actually have plans to write a Kong plugin to integrate this directly with Kong. Likely out towards the end of this year.

shashankn91 commented 5 years ago

@p0pr0ck5 Is the plugin available now?

p0pr0ck5 commented 5 years ago

@shashankn91 no, I haven't yet at time to create a plugin. Of course anyone is welcome to work on this if they like!

zhenguang commented 4 years ago

I've ported the plugin and added a waf block page https://github.com/zhenguang/kong-plugin-lua-resty-waf

I'm very new to lua and kong, so do pardon me if there are any mistake

Thanks