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

16 lines
211 B
HCL

Kind = "service-intentions"
Name = "cloudbeaver"
Sources = [
{
Name = "traefik"
Permissions = [
{
Action = "allow"
HTTP {
PathPrefix = "/"
}
}
]
}
]