summaryrefslogtreecommitdiff
path: root/etc/authzd/test_simple.cedar
blob: d236bc7f3001de57ca0d7ea0de623318cceec179 (plain)
1
2
3
4
5
6
// Simple test policy to validate basic Cedar syntax
permit (
  principal is User,
  action == Action::"read_project",
  resource is Project
);