bookstack/example/consul/config/service-intentions/bookstack.hcl

17 lines
290 B
HCL

Kind = "service-intentions"
Name = "bookstack"
Sources = [
{
Name = "traefik"
Permissions = [
{
Action = "allow"
HTTP {
PathPrefix = "/"
Methods = ["GET", "HEAD", "POST", "OPTIONS", "PUT", "PATCH", "DELETE"]
}
}
]
}
]