compartment-mapper: add policy types #1776
Labels
enhancement
New feature or request
kriskowal-reviewed-2024-01
Issues that kriskowal is satisfied do not need attention from team bug review as of January, 2024
metamask
What is the Problem Being Solved?
Policies are essentially untyped (considered to be arbitrary objects). It would be helpful for consumers to have access to type information so that they do not construct invalid policies.
Description of the Design
A policy has a shape defined already; it's just a matter of formalizing that shape into types.
Security Considerations
none
Scaling Considerations
none
Test Plan
I'd probably want to add
tsd
tests for this; while it looks liketsd
is used in other workspaces, I'll need to add thetsd
package tocompartment-mapper
.Upgrade Considerations
The text was updated successfully, but these errors were encountered: