-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Could please make a sample file used by coraza wasm on istio-ingressgateway? #211
Comments
We attempted to add an istio example
#80. Maybe you can
finish it or use it as reference
…On Thu, 29 Jun 2023, 11:47 Erictang, ***@***.***> wrote:
I see that the samples are all using coraza wasm through envoyfilter
However, when users access k8s, they will first go through the
istio-ingressgateway, and then go to envoy
1. In actual scenarios, not every pod will deploy sidecar
2. Handling attack traffic in istio-ingressgateway is better than
handling it in envoy
Could you please make a sample file used by coraza wasm on
istio-ingressgateway? ThankS
Realize blocking malicious attacks on istio-ingressgateway
Avoid attack traffic to envoy
@M4tteoP <https://github.com/M4tteoP>
—
Reply to this email directly, view it on GitHub
<#211>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAXOYAS6GDISSDK5GTU6OS3XNVFKPANCNFSM6AAAAAAZYIQQ7U>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Hey, just like stated by @jcchavezs currently there is not an Istio example on this repo. Mainly the point is: the |
e2e has been tested successfully, the specific configuration is as follows:
The ingressgateway log is as follows:
|
Awesome @ericinfra! Do you think you can take over the e2e PR and land it into the repo? This would ease debugging of the issues for istio. |
git push encountered some problems, could you modify #80 e2e/istio/wasmplugin.yaml? |
Does this config apply to a sidecar as well? I was trying to apply it directly to a httpbin Envoy sidecar with the workload selector being app: httpbin in the app's namespace. But I'm not seeing any logs etc that the plugin is active. |
sorry,It’s been a long time, the configuration of sidecar envoyfilter is as follows:
|
I see that the samples are all using coraza wasm through envoyfilter
However, when users access k8s, they will first go through the istio-ingressgateway, and then go to envoy
Could you please make a sample file used by coraza wasm on istio-ingressgateway? ThankS
Realize blocking malicious attacks on istio-ingressgateway
Avoid attack traffic to envoy
@M4tteoP
The text was updated successfully, but these errors were encountered: