You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the PolicyContext is a free form object that can accept every kind of object, but in fact, the PolicyContext structure is strictly dependent from the policy scope, so it could beneficial to have it strictly typed.
Which Areas Would Be Affected?
policy-engine
Why Is the Feature Desired?
Are there any requirements?
Solution Proposal
If possible, provide a (brief!) solution proposal.
The text was updated successfully, but these errors were encountered:
Feature Request
Currently the
PolicyContext
is a free form object that can accept every kind of object, but in fact, thePolicyContext
structure is strictly dependent from the policy scope, so it could beneficial to have it strictly typed.Which Areas Would Be Affected?
policy-engine
Why Is the Feature Desired?
Are there any requirements?
Solution Proposal
If possible, provide a (brief!) solution proposal.
The text was updated successfully, but these errors were encountered: