diff options
| author | mo khan <mo@mokhan.ca> | 2025-07-14 15:59:15 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2025-07-14 15:59:15 -0600 |
| commit | 7893dc14eeb28770c85860a1ae453edbdfa5a8f2 (patch) | |
| tree | e2c4148ccd31f49919b8149c94cc4a41d43571d8 /etc | |
| parent | 791ec89d72f1fb2d1b07f0dee108aed1cac0ef33 (diff) | |
chore: fix linter error in cedar policy
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/authzd/policy1.cedar | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/etc/authzd/policy1.cedar b/etc/authzd/policy1.cedar index 6fe51b16..966bbcfb 100644 --- a/etc/authzd/policy1.cedar +++ b/etc/authzd/policy1.cedar @@ -34,8 +34,4 @@ permit ( action == Action::"GET", resource == Resource::"/dashboard" ) -when -{ - context has host && - context.host == "localhost:10000" -}; +when { context has host && context.host == "localhost:10000" }; |
