From 172ccab744de1fcb10e8b1dbf71f706866175b0f Mon Sep 17 00:00:00 2001 From: mo khan Date: Sat, 5 Jul 2025 12:55:05 -0600 Subject: refactor: remove duplicate path in cedar policy --- etc/authzd/policy0.cedar | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'etc') diff --git a/etc/authzd/policy0.cedar b/etc/authzd/policy0.cedar index bc67afc3..e67f0db5 100644 --- a/etc/authzd/policy0.cedar +++ b/etc/authzd/policy0.cedar @@ -34,8 +34,7 @@ when { context.path == "/dashboard/nav" || context.path == "/health" || context.path == "/signout" || - context.path == "/sparkles" || - context.path == "/callback" + context.path == "/sparkles" ) ) || ( context.method == "POST" && ( -- cgit v1.2.3