Category
Cedar language or syntax features/changes
Describe the feature you'd like to request
Currently, SymCC does not support template-linked policies, only static policies. Supporting them would require the following changes:
- Update the symbolic compiler to support template-linked policies either by binding the slots during compilation or pre-processing the policies to bind the slots.
- Updating the type checks performed by symcc before symbolic compilation to handle template-linked policies.
- Add support for specifying linked policies to the symcc CLI subcommand.
- Update the SymCC fuzzing targets to test template-linked policies.
Describe alternatives you've considered
Manually converting template-linked policies into static policies.
Additional context
No response
Is this something that you'd be interested in working on?
Category
Cedar language or syntax features/changes
Describe the feature you'd like to request
Currently, SymCC does not support template-linked policies, only static policies. Supporting them would require the following changes:
Describe alternatives you've considered
Manually converting template-linked policies into static policies.
Additional context
No response
Is this something that you'd be interested in working on?