Checkpoint

This commit is contained in:
2025-10-06 22:25:23 +02:00
parent a23259cfdc
commit a254b306f2
48 changed files with 3327 additions and 212 deletions

View File

@@ -37,22 +37,35 @@ proxy {
}
}
ca {
cert = "testdata/ca.crt"
key = "testdata/ca.key"
}
policy "intercept" {
path = "testdata/policy/intercept.rego"
path = "testdata/policy/styx/intercept.rego"
package = "styx.intercept"
}
policy "bogons" {
path = "testdata/policy/bogons.rego"
path = "testdata/policy/styx/bogons.rego"
}
policy "childsafe" {
path = "testdata/policy/childsafe.rego"
path = "testdata/policy/custom/childsafe.rego"
package = "custom"
}
data {
path = "testdata/match"
storage {
type = "bolt"
path = "testdata/styx.bolt"
#type = "sqlite"
#path = "testdata/styx.db"
}
network "reserved" {
type = "list"
list = [