cedar-policy-cli 4.10.0

CLI interface for the Cedar Policy language.
Documentation
1
2
3
4
5
6
entity User in [UserGroup] { addr: __cedar::ipaddr };
entity UserGroup;
entity Photo in [Album] { owner: User };
entity Album in [Album];

action edit, view appliesTo { principal: [User], resource: [Photo] };