17 lines
261 B
HCL
17 lines
261 B
HCL
// The Nomad Server requires total access to Consul ACLs, because the Server
|
|
// will be requesting new SI tokens from Consul.
|
|
|
|
acl = "write"
|
|
|
|
service_prefix "" {
|
|
policy = "write"
|
|
}
|
|
|
|
node_prefix "" {
|
|
policy = "write"
|
|
}
|
|
|
|
agent_prefix "" {
|
|
policy = "read"
|
|
}
|