A kong plugin which uses a kubernetes CRD #1038
cybercoder
started this conversation in
Show and tell
Replies: 1 comment 4 replies
-
Hey! Phase 1 is processed during ProcessRequestHeaders |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've planned a Kong WAF plugin using go lang.
The only fetchee directive is
SecRule REMOTE_ADDR "@ipMatch 172.16.220.11" "id:1000,phase:1,log,deny"
But it seems it's not blocking.
The log:
What's the problem? Doesn't
ProcessConnection
includes phase 1 ?Beta Was this translation helpful? Give feedback.
All reactions