dotfiles/hashicorp/consul/mesh-gateway.hcl
Magic_RB e75aef331d
Add toothpick
Signed-off-by: Magic_RB <magic_rb@redalder.org>
2021-08-19 18:24:40 +02:00

13 lines
167 B
HCL

service_prefix "gateway" {
policy = "write"
}
service_prefix "" {
policy = "read"
}
node_prefix "" {
policy = "read"
}
agent_prefix "" {
policy = "read"
}