Policy Bundles
.manifest
{"roots": ["common"]}common.rego
package common
import data.abbey.functions
allow[msg] {
functions.expire_after("5m")
msg := "granting access for 5 minutes"
}Using the Policy Bundle in a Grant Kit
Last updated