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

17 lines
295 B
HCL

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