-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Summary
- Add a more expressive condition language for controls so a single control can combine multiple conditions.
Motivation
- Some policies need to reason over more than one condition at once, and splitting that logic across several controls is awkward and harder to manage.
Current behavior
- A control effectively captures a single condition, so more complex logic has to be modeled across multiple controls or pushed into evaluator internals.
Expected behavior
- A control should be able to express multiple conditions in one place with clear composition semantics.
Reproduction (if bug)
- N/A
- This is a feature request.
- N/A
Proposed solution (optional)
- Introduce a more expressive control condition model, likely supporting boolean composition such as
and,or, andnot, while keeping authoring simple.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request