diff options
| author | mo khan <mo@mokhan.ca> | 2025-07-09 16:53:36 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2025-07-09 16:53:36 -0600 |
| commit | 2bfefb123605f48f3b21fea260d5f680402dc410 (patch) | |
| tree | ede3e377f12e518835b79048b12df21eb3a93bea /etc | |
| parent | bb20adc3b469ddbd89a881b188dc50bf32658a81 (diff) | |
test: consolidate some of the duplicate tests
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/authzd/policy0.cedar | 8 |
1 files changed, 0 insertions, 8 deletions
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 |
