Closed AdrianCozma closed 2 months ago
@AdrianCozma The Docker image is multiplatform so there's a AMD64 version: https://hub.docker.com/layers/hashicorp/vault/1.17.2/images/sha256-10d7ebc9b405c01ffdeedfd5b9b6a41edbe4519b7b5834ab4bc36b849204ac3d?context=explore
If you have specific reason to use the 386 version, then I may consider adding 386 architecture.
Thanks for the fast reply @alexhung. I am using the amd64 version, it was a bad copy paste on my side. To give more details, I am running vault in GKE and that is where I am seeing the error.
I did a few more tests and locally, running vault with the same image as in GKE, it all works as expected.
@AdrianCozma So everything is working for you? I can close this issue?
Describe the bug Trying to enable the plugin in a Vault instance running in K8s gives the following error:
The problem seems to be that the official Vault image is based on alpine and the binary isn't built for it. The vault configuration is the default one.
I've tried the same setup on a VM (running Ubuntu) and there were no issues.
Vault version: 1.17.2 Vault docker image: https://hub.docker.com/layers/hashicorp/vault/1.17.2/images/sha256-8332cae948325b6149f51e5f868ac0c4e7e5f1c67278ae1e743ff1d5552dfd16?context=explore Artifactory plugin version: 1.8.0 amd64 Artifactory version: SaaS
Requirements for and issue
curl
it at$host/artifactory/api/system/version
Expected behavior Artifactory plugin should be successfully activated using the official vault image..