open-nomad/e2e/consulacls/nomad-client-policy.hcl

14 lines
196 B
HCL

// The Nomad Client will be registering things into its buddy Consul Client.
service_prefix "" {
policy = "write"
}
agent_prefix "" {
policy = "read"
}
node_prefix "" {
policy = "read"
}