Bump Hashicorp Vault version to 1.13.2

We are currently testing with a very old version
and we should try with a newer one.

Change-Id: I8f6a1d80734c782f2da08a0b196342fe05fdbd3d
This commit is contained in:
Tobias Urdin 2023-05-29 15:05:13 +02:00
parent 3c1c30918d
commit 100c8d078a

View File

@ -540,8 +540,8 @@ function install_dogtag_components {
function install_vault {
# Install vault if needed
if [[ ! -x "$(command -v vault)" ]]; then
wget https://releases.hashicorp.com/vault/1.3.0/vault_1.3.0_linux_amd64.zip
unzip vault_1.3.0_linux_amd64.zip
wget https://releases.hashicorp.com/vault/1.13.2/vault_1.13.2_linux_amd64.zip
unzip vault_1.13.2_linux_amd64.zip
sudo mv vault /usr/bin
fi