From 2bfefb123605f48f3b21fea260d5f680402dc410 Mon Sep 17 00:00:00 2001 From: mo khan Date: Wed, 9 Jul 2025 16:53:36 -0600 Subject: test: consolidate some of the duplicate tests --- etc/authzd/policy0.cedar | 8 -------- 1 file changed, 8 deletions(-) (limited to 'etc') diff --git a/etc/authzd/policy0.cedar b/etc/authzd/policy0.cedar index 7c0aed08..bf2e705a 100644 --- a/etc/authzd/policy0.cedar +++ b/etc/authzd/policy0.cedar @@ -1,11 +1,3 @@ -@id("placeholder_example") -permit ( - principal, - action == Action::"check", - resource -) -when { context has bearer_token && context.bearer_token == "valid-token" }; - @id("static_assets") permit (principal, action, resource) when -- cgit v1.2.3