summaryrefslogtreecommitdiff
path: root/etc/authzd/policy1.cedar
diff options
context:
space:
mode:
Diffstat (limited to 'etc/authzd/policy1.cedar')
-rw-r--r--etc/authzd/policy1.cedar6
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" };