2020-01-13 16:13:07 +00:00
|
|
|
// The Nomad Client will be registering things into its buddy Consul Client.
|
|
|
|
|
2020-01-28 22:33:59 +00:00
|
|
|
service_prefix "" {
|
2020-01-13 16:13:07 +00:00
|
|
|
policy = "write"
|
|
|
|
}
|
2020-01-28 22:33:59 +00:00
|
|
|
|
2020-03-30 17:37:03 +00:00
|
|
|
agent_prefix "" {
|
|
|
|
policy = "read"
|
2020-01-28 22:33:59 +00:00
|
|
|
}
|
|
|
|
|
2020-03-30 17:37:03 +00:00
|
|
|
node_prefix "" {
|
2020-01-28 22:33:59 +00:00
|
|
|
policy = "read"
|
|
|
|
}
|