paperless-ngx/consul/config/service-intentions/paperless.hcl

17 lines
342 B
HCL

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