mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 18:35:44 +03:00
Issue #7523 documents the Consul ACLs used in each Consul interface used by Nomad. Minimize the policies used in e2e tests so that we are setting a good example.
14 lines
196 B
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"
|
|
}
|