Skip to content

agw-standalone feedback: security/network-authz - use ip() and cidr...#556

Open
artberger wants to merge 1 commit into
mainfrom
issue-2434
Open

agw-standalone feedback: security/network-authz - use ip() and cidr...#556
artberger wants to merge 1 commit into
mainfrom
issue-2434

Conversation

@artberger
Copy link
Copy Markdown
Collaborator

@artberger artberger commented Jun 3, 2026

use proper ip() and cidr() CEL functions instead of string operations like source.address.startsWith("10.") which is not good practice.

@cloudflare-workers-and-pages
Copy link
Copy Markdown

cloudflare-workers-and-pages Bot commented Jun 3, 2026

Deploying agentproxy with  Cloudflare Pages  Cloudflare Pages

Latest commit: 2099c87
Status: ✅  Deploy successful!
Preview URL: https://10b120fe.agentproxy.pages.dev
Branch Preview URL: https://issue-2434.agentproxy.pages.dev

View logs

@artberger artberger marked this pull request as ready for review June 3, 2026 21:04
… examples

Use canonical CEL cidr().containsIP() pattern for IP range matching instead
of string prefix matching (startsWith()) in both 'Allow only private network
ranges' and 'Layered L4+L7 controls' examples. Updates latest and main copies.

Signed-off-by: Art Berger <art.berger@solo.io>
@artberger artberger self-assigned this Jun 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants