spring-cloud / spring-cloud-vault

Configuration Integration with HashiCorp Vault
http://cloud.spring.io/spring-cloud-vault/
Apache License 2.0
276 stars 150 forks source link

fix(bashScript): download correct vault zip for arm64 processor #402

Closed maaaace closed 4 years ago

maaaace commented 4 years ago

install_vault.sh just download and unzip binary vault for amd64, which cannot be executed on arm64 architecture processors. Add architecture checking in bash script to support this.

Signed-off-by: maaaace fuheming@huawei.com

pivotal-issuemaster commented 4 years ago

@maaaace Please sign the Contributor License Agreement!

Click here to manually synchronize the status of this Pull Request.

See the FAQ for frequently asked questions.

pivotal-issuemaster commented 4 years ago

@maaaace Thank you for signing the Contributor License Agreement!

mp911de commented 4 years ago

Thanks a lot. That's merged and backported, also to Spring Vault now.