hashipi

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

commit 79f8de0d06e0148d61620fcb684d49bd94ebdf01
parent 1c4a4b388d51d4508e085115a5f9887478c8bc72
Author: Andreas Gruhler <agruhl@gmx.ch>
Date:   Sat, 19 Feb 2022 10:34:40 +0100

bashrc vault skip verify

Diffstat:
Mvault.sh | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/vault.sh b/vault.sh @@ -150,6 +150,7 @@ cat << EOF >> "/home/${USERNAME}/.bashrc" complete -C /usr/local/bin/vault vault export VAULT_ADDR="https://$HOSTNAME:8200" +export VAULT_SKIP_VERIFY=true EOF # Change ownership for config directory