-
-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Plugin doesn't work on Vault Docker image based on Alpine Linux #28
Comments
And yes, the same error from Vault vault_mount.gpg: Creating...
Error: error writing to Vault: Error making API request.
URL: POST https://vault.example.com/v1/sys/mounts/gpg
Code: 400. Errors:
* fork/exec /etc/vault/plugins/vault-gpg-plugin: no such file or directory
on gpg.tf line 11, in resource "vault_mount" "gpg":
11: resource "vault_mount" "gpg" { |
Hi, Thanks for the report. The binaries are built on amd64 machine with a glibc. The build script does not explicitly disable cgo so the resulting linux_amd64.zip does not work with Alpine. |
Oh, I see. Can I ask you to configure additional artifacts for images based on |
Already done - cbe6151 |
New prebuilt binaries have been published under the v0.2.4 release. https://github.com/LeSuisse/vault-gpg-plugin/releases/tag/v0.2.4 |
tested, now it works. Thanks! |
The plugin doesn't work in Vault Docker image based on Alpine Linux
It seems a problem with a build. Can you check, please?
The text was updated successfully, but these errors were encountered: