hashipi

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

commit 7234a3eba572418a0e60ab9f5abbbe21ba725736
parent 890def0b5a6f603d3988ebc97fcefc45a65c8be6
Author: Andreas Gruhler <agruhl@gmx.ch>
Date:   Mon, 24 Jan 2022 22:13:01 +0100

update api_addr

Diffstat:
Mvault.sh | 7+++----
1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/vault.sh b/vault.sh @@ -87,9 +87,9 @@ listener "tcp" { # https://www.vaultproject.io/docs/concepts/ha#client-redirection # API_ADDR for client redirection (fallback, if request forwarding is disabled) -api_addr = "https://vault.wolke4.org:8200" +api_addr = "https://127.0.0.1:8200" # CLUSTER_ADDR: Vault listens for server-to-server cluster requests -cluster_addr = "https://vault.wolke4.org:8201" +cluster_addr = "https://127.0.0.1:8201" storage "consul" { address = "https://127.0.0.1:8501" @@ -155,4 +155,4 @@ EOF # Change ownership for config directory chown -R vault: /etc/vault.d/ -echo 0 -\ No newline at end of file +echo 0