bounca/consul/config/service-intentions/bounca.hcl
2023-11-15 22:44:50 +01:00

17 lines
339 B
HCL

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