generated from amazon-archives/__template_Apache-2.0
-
Notifications
You must be signed in to change notification settings - Fork 266
Closed
Labels
area/celarea/runtimekind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.
Description
Feature Description
Problem Statement:
Currently, resources are declared with cel.AnyType in kro due to which it lacks compile-time safety. This makes it hard to find errors early. Enabling customTypes would help set up validation and reduce failures. Currently, CEL expressions rely on emulation mechanics for validation. Implementing customTypes would allow CEL to validate expressions rather than depending on emulation natively. The emulation logic is in pkg/graph/emulator
Proposed Solution:
Alternatives Considered:
Additional Context:
- Please vote on this issue by adding a 👍 reaction to the original issue
- If you are interested in working on this feature, please leave a comment
a-hilaly, fabianburth, fsommar and MarvinSMX
Metadata
Metadata
Assignees
Labels
area/celarea/runtimekind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.