From 5ea6cbf2abcf73cd9fa59cc1013323375a0adfee Mon Sep 17 00:00:00 2001 From: Laurence Date: Tue, 14 Jan 2025 08:10:54 +0000 Subject: [PATCH] enhance: add warning to ingress nginx about 1.12 --- crowdsec-docs/unversioned/bouncers/ingress-nginx.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/crowdsec-docs/unversioned/bouncers/ingress-nginx.mdx b/crowdsec-docs/unversioned/bouncers/ingress-nginx.mdx index a87d299e0..d7000de97 100644 --- a/crowdsec-docs/unversioned/bouncers/ingress-nginx.mdx +++ b/crowdsec-docs/unversioned/bouncers/ingress-nginx.mdx @@ -24,6 +24,10 @@ import useBaseUrl from '@docusaurus/useBaseUrl'; A lua Remediation Component for Ingress Nginx Controller. +:::warning +Ingress Nginx Version **1.12** or higher currently is not supported due to removal of Lua plugins support see [this issue](https://github.com/crowdsecurity/cs-openresty-bouncer/issues/60) for latest news. +::: + ## How does it work ? This component leverages OpenResty lua's API, used the ingress nginx controller as a [plugin](https://github.com/kubernetes/ingress-nginx/blob/main/rootfs/etc/nginx/lua/plugins/README.md).