mirror of https://github.com/hashicorp/consul
Ronald
1 year ago
committed by
GitHub
9 changed files with 48 additions and 38 deletions
@ -0,0 +1,10 @@
|
||||
|
||||
node_prefix "" { |
||||
policy = "read" |
||||
} |
||||
service_prefix "" { |
||||
policy = "read" |
||||
} |
||||
query_prefix "" { |
||||
policy = "read" |
||||
} |
@ -0,0 +1,7 @@
|
||||
|
||||
node "{{.Name}}" { |
||||
policy = "write" |
||||
} |
||||
service_prefix "" { |
||||
policy = "read" |
||||
} |
@ -0,0 +1,13 @@
|
||||
|
||||
service "{{.Name}}" { |
||||
policy = "write" |
||||
} |
||||
service "{{.Name}}-sidecar-proxy" { |
||||
policy = "write" |
||||
} |
||||
service_prefix "" { |
||||
policy = "read" |
||||
} |
||||
node_prefix "" { |
||||
policy = "read" |
||||
} |
Loading…
Reference in new issue