-
Notifications
You must be signed in to change notification settings - Fork 139
Add support for template-linked policies to SymCC #2288
Copy link
Copy link
Open
Labels
feature-requestThis issue requets a substantial new featureThis issue requets a substantial new feature
Description
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?
- 👋 I may be able to implement this feature request
-
⚠️ This feature might incur a breaking change
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
feature-requestThis issue requets a substantial new featureThis issue requets a substantial new feature