Checkpoint
This commit is contained in:
19
styx.hcl
19
styx.hcl
@@ -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 = [
|
||||
|
Reference in New Issue
Block a user