hashipi

Raspberry Pi Test Cluster for HashiCorp Vault, Nomad and Consul
git clone https://git.in0rdr.ch/hashipi.git
Log | Files | Refs | Pull requests |Archive | README

commit a7a5651b5e8b45cd21567c04c788eeecc164964d
parent 80e30f44b511dfa5038d5e126a87ee852de6b31c
Author: Andreas Gruhler <agruhl@gmx.ch>
Date:   Sun,  2 Nov 2025 15:48:33 +0100

feat(nomad): enable acl

Diffstat:
Mnomad.sh | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/nomad.sh b/nomad.sh @@ -71,6 +71,10 @@ telemetry { publish_allocation_metrics = false publish_node_metrics = true } + +acl { + enabled = true +} EOF