2020-01-13 16:13:07 +00:00
|
|
|
// The Nomad Server requires total access to Consul ACLs, because the Server
|
|
|
|
// will be requesting new SI tokens from Consul.
|
|
|
|
|
|
|
|
acl = "write"
|
2020-01-28 22:33:59 +00:00
|
|
|
|
|
|
|
service_prefix "" {
|
|
|
|
policy = "write"
|
|
|
|
}
|
|
|
|
|
|
|
|
node_prefix "" {
|
|
|
|
policy = "write"
|
|
|
|
}
|
|
|
|
|
|
|
|
agent_prefix "" {
|
|
|
|
policy = "read"
|
|
|
|
}
|