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

17 lines
262 B
HCL

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