Implement deterministic check APIs
This commit is contained in:
parent
fa1b42e678
commit
54984585e3
5 changed files with 448 additions and 4 deletions
|
|
@ -1,10 +1,10 @@
|
|||
// Package decision implements check, batch_check, list_allowed, and
|
||||
// explain on top of the registry and policy packages.
|
||||
// Package decision implements check, batch_check, list_allowed, and explain on
|
||||
// top of the registry and policy packages.
|
||||
//
|
||||
// Decision envelopes carry effect, reason, matched policy version,
|
||||
// matched rule, resource metadata, subject metadata, obligations,
|
||||
// diagnostics, and provenance. Envelopes are identical for local and
|
||||
// delegated evaluation per ADR-003.
|
||||
//
|
||||
// Implementation lands in FLEX-WP-0002 P2.4 and P2.5.
|
||||
// list_allowed and explain land in FLEX-WP-0002 P2.5.
|
||||
package decision
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue