Loading etcd-cluster-info.sh +7 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,13 @@ # Check etcd cluster health and print out vault active server. endpoint=$1 if [ -z $endpoint ] then etcdctl --endpoint=$endpoint:2379 cluster-health exit 0 fi if [ "$ROUTE53_ZONE_NAME" = "vault.stanford.edu" ] then VAULT_ADDR=https://vault.stanford.edu Loading Loading
etcd-cluster-info.sh +7 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,13 @@ # Check etcd cluster health and print out vault active server. endpoint=$1 if [ -z $endpoint ] then etcdctl --endpoint=$endpoint:2379 cluster-health exit 0 fi if [ "$ROUTE53_ZONE_NAME" = "vault.stanford.edu" ] then VAULT_ADDR=https://vault.stanford.edu Loading