Polishing.

Update RequestConfig. Upgrade to newer Vault version.

Closes gh-727, closes gh-728
This commit is contained in:
Mark Paluch
2022-10-17 15:36:25 +02:00
parent ebd734baba
commit 800730f413
3 changed files with 58 additions and 28 deletions

View File

@@ -8,8 +8,8 @@
set -o errexit
EDITION="${EDITION:-oss}"
VAULT_OSS="${VAULT_OSS:-1.8.1}"
VAULT_ENT="${VAULT_ENT:-1.8.1}"
VAULT_OSS="${VAULT_OSS:-1.11.0}"
VAULT_ENT="${VAULT_ENT:-1.11.0}"
UNAME=$(uname -s | tr '[:upper:]' '[:lower:]')
VERBOSE=false
VAULT_DIRECTORY=vault