I have been going through the README.md but I feel there are some issues with this as I cannot get this working.
- The wasmplugin docker build shows these variables for the docker build but does not suggest what they should be
${HUB}/${IMAGE_NAME}:${TAG}
Only the e2e/Makefile seems to indicate what is expected.
- There is no mention about using the istio/mod-wasm-deploy.yaml which I presume line 10 should be changed so that it is pointing at the docker plugin build.
- There does not seem to be any EnvoyFilter files to enable the wasm plugin deployment. There are some envoy yaml files but these are not what I was expecting.
- Because of the above issues when you get to step 4 all of the requests end up with http status code 200 as nothing has gone via wasm modsecurity.
I really am excited about the prospect of being able to have modsecurity inside Istio and really hope you can answer these current issues.