Storage Extension Functions
data := storage.get("key")
err := storage.set("key", data)
err := storage.delete("key")
Reference
[IDM.TSA.E1.00014] Storage Extension Functions
The decision engine MUST have the capability to work with database storage, that a policy can
persist and pick up data during execution. This MUST be achieved with REGO extension functions.
The functions MUST have the ability to create, update and delete data from a predefined
database table/collection during policy evaluations.
Constraints
Rego Policy Language [Rego]
Edited by Lyuben Penkovski