cluster/services/consul: enable ACLs
This commit is contained in:
parent
42627235d1
commit
297f5d2584
1 changed files with 4 additions and 0 deletions
|
@ -28,6 +28,10 @@ in
|
|||
bootstrap_expect = builtins.length cfg.nodes.agent;
|
||||
addresses.http = config.links.consulAgent.ipv4;
|
||||
ports.http = config.links.consulAgent.port;
|
||||
acl = {
|
||||
enabled = true;
|
||||
default_policy = "deny";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue