cluster/services/consul: enable ACLs

This commit is contained in:
Max Headroom 2024-08-21 23:28:29 +02:00
parent 6f32855cb7
commit 0fc8baacd6

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