hashicorp / vault

A tool for secrets management, encryption as a service, and privileged access management
https://www.vaultproject.io/
Other
30.85k stars 4.17k forks source link

Using VAULT_TOKEN env var for Transit Auto-Unseal breaks custom plugin #10611

Open voiprodrigo opened 3 years ago

voiprodrigo commented 3 years ago

Hello,

This is actually the same issue as reported in #7176.

I'm opening a new issue because the original one is closed as fixed and released, but I've just stumbled on this very same problem while trying to use Seth Vargo's secrets-gen plugin together with Vault 1.6.1 OSS. I had to migrate the cluster back to Shamir, otherwise the plugin can't be used.

Rgds.

HridoyRoy commented 3 years ago

Hi @voiprodrigo , Thanks for filing this issue! Is there a setup that we can reproduce on our end to verify that the error here is the same as the error in https://github.com/hashicorp/vault/issues/7176 ?