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
Add this to the CrowdSec `values.yaml` with the AppSec acquisition datasource (see the [AppSec datasource](/log_processor/data_sources/appsec.md)) and the default [AppSec configuration](/appsec/configuration.md):
Copy file name to clipboardExpand all lines: crowdsec-docs/unversioned/bouncers/ingress-nginx.mdx
+67-28Lines changed: 67 additions & 28 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,6 +57,59 @@ The Ingress nginx controller should be installed using the [official helm chart]
57
57
58
58
First you need to create new ingress-nginx chart values file (`crowdsec-ingress-values.yaml`) to upgrade the ingress controller with the crowdsec plugin.
59
59
60
+
Store the CrowdSec bouncer key in Kubernetes Secrets instead of embedding it
61
+
directly in the Helm values.
62
+
63
+
Create or update the secret used by CrowdSec LAPI:
Add this to the CrowdSec `values.yaml` with the AppSec acquisition datasource (see the [AppSec datasource](/log_processor/data_sources/appsec.md)) and the default [AppSec configuration](/appsec/configuration.md):
0 commit comments