Closed janedotx closed 2 years ago
Latest commit: ae1fb09c7eb1869cf2d065b0ce0c712f8a711fe5
The changes in this PR will be included in the next version bump.
Not sure what this means? Click here to learn what changesets are.
Click here if you're a maintainer who wants to add another changeset to this PR
📚 Purpose
With this PR, we're introducing a new policy-related entity: the policy intent. It's basically like a template, but somewhat more abstract. It captures the essence of the friendly, user-facing elements of a policy and could possibly have multiple implementations (different versions of the MDS spec, different ways of using policy to implement the same kind of policy--e.g., a policy that intends to ban a type of vehicle could be implemented as a count policy with a max of 0, or a speed policy with a max speed of 0).
Basically, we're exposing only a subset of the possible fields for a policy and letting a user configure those. The remaining fields will be filled in by default settings of the particular intent.
👌 Resolves:
📦 Impacts:
[list of packages]
✅ PR Checklist