You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: crowdsec-docs/unversioned/bouncers/ingress-nginx.mdx
+10-4Lines changed: 10 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,10 +30,6 @@ import RemediationSupportBadges from '@site/src/components/remediation-support-b
30
30
31
31
A lua Remediation Component for Ingress Nginx Controller.
32
32
33
-
:::warning
34
-
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.
35
-
:::
36
-
37
33
## How does it work ?
38
34
39
35
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).
@@ -59,8 +55,18 @@ The Ingress nginx controller should be installed using the [official helm chart]
59
55
60
56
First you need to create new ingress-nginx chart values file (`crowdsec-ingress-bouncer.yaml`) to upgrade the ingress controller with the crowdsec plugin.
61
57
58
+
:::warning It is of the uttermost importance to note that lua support has been
59
+
removed from mainline ingress nginx in 1.12. As crowdsec remediation highly
60
+
depends on lua support, one has to use our controller image as show an in the
0 commit comments