cluster/services/consul: enable ACLs

This commit is contained in:
Max Headroom 2024-08-21 23:28:29 +02:00 committed by Max Headroom
parent 42627235d1
commit 297f5d2584

View file

@ -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";
};
};
};