diff options
Diffstat (limited to 'pkg/policies/organization.cedar')
| -rw-r--r-- | pkg/policies/organization.cedar | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/pkg/policies/organization.cedar b/pkg/policies/organization.cedar new file mode 100644 index 0000000..22e4b6a --- /dev/null +++ b/pkg/policies/organization.cedar @@ -0,0 +1,5 @@ +permit ( + principal == User::"1", + action == Action::"read", + resource in Organization::"1" +); |
