-
As mentioned in the title, I'm looking for suggestions on how to replicate nginx.ingress.kubernetes.io/whitelist-source-range. I could match headers, but that won't work, as we have more than 1 IP address to allow. Any suggestions on how this could be accomplished would be greatly appreciated. I've tried network policy, but that doesn't work since reverse proxy. |
Beta Was this translation helpful? Give feedback.
Answered by
davem-git
Sep 19, 2024
Replies: 1 comment
-
I think i found it, its this https://gateway.envoyproxy.io/docs/tasks/security/restrict-ip-access/ |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
davem-git
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think i found it, its this
https://gateway.envoyproxy.io/docs/tasks/security/restrict-ip-access/