Open luanya01 opened 10 months ago
To avoid the same policy compilation, cedar has policy template to use. cedar policy template
Does cedar-agent support cedar policy template ?
I got error when I POST policy.
permit( principal == ?principal, action in [Action::"readFile", Action::"writeFile"] resource == ?resource );
It currently does not support templates, it is a feature we plan on doing. I currently don't have a timeline for that, but if you'd like to contribute it, I can help with some guidelines 🙂
To avoid the same policy compilation, cedar has policy template to use. cedar policy template
Does cedar-agent support cedar policy template ?
I got error when I POST policy.