commit 1c4a4b388d51d4508e085115a5f9887478c8bc72
parent 133959f3b1ea368d07c10c343bb2693d3f7f52bc
Author: Andreas Gruhler <agruhl@gmx.ch>
Date: Mon, 14 Feb 2022 21:35:36 +0100
feat(nomad): skip tls verification for local vault
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/nomad.sh b/nomad.sh
@@ -97,6 +97,7 @@ vault {
# https://www.nomadproject.io/docs/configuration/vault
enabled = true
address = "https://127.0.0.1:8200"
+ tls_skip_verify = true
create_from_role = "nomad-cluster"
}