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
Description:
I have a security policy that I would like to apply to all source IPs except for a certain CIDR. Example:
A security policy for my backend which would:
Allow traffic if it originates from a certain CIDR and has certain claims in the JWT
Allow traffic if it originates from CIDR, not in 1
Description:
I have a security policy that I would like to apply to all source IPs except for a certain CIDR. Example:
A security policy for my backend which would:
The following policy will not work:
because blocklist cidr condition will match the second rule
Relevant Slack Conversation: https://envoyproxy.slack.com/archives/C03E6NHLESV/p1739480718458779
The text was updated successfully, but these errors were encountered: