Assert compatibility with Vault 0.5.2, 0.6.0 and 0.6.1

Support top level auth mount response and nested (within `data`) mount responses. Add build matrix to TravisCI. Adopt tests to earlier Vault responses.

Fixes gh-2
This commit is contained in:
Mark Paluch
2016-09-17 20:52:20 +02:00
parent eafcecd11e
commit a3ff656c4d
6 changed files with 58 additions and 12 deletions

View File

@@ -6,7 +6,7 @@
###########################################################################
VAULT_VER="0.6.1"
VAULT_VER="${VAULT_VER:-0.6.1}"
UNAME=$(uname -s | tr '[:upper:]' '[:lower:]')
VAULT_ZIP="vault_${VAULT_VER}_${UNAME}_amd64.zip"
IGNORE_CERTS="${IGNORE_CERTS:-no}"