hashicorp/vault-guides

Vault auto-unseal for gcp kms failing

shehzad91 opened this issue · 1 comments

Hi All,

I'm trying to perform Vault auto-unseal using GCP KMS, however, its failing with below error. Something that i first encountered while working with this repository - https://github.com/terraform-google-modules/terraform-google-vault

I thought of remove out other components of vault infrastructure (LB, autoscaling etc) and jus test the vault auto unseal functionality following hashicorp guide, but its fail with same error everytime.

Feb  1 20:48:37 vault-test vault[5335]: 2022-02-01T20:48:37.903Z [INFO]  core: stored unseal keys supported, attempting fetch
Feb  1 20:48:37 vault-test vault[5335]: 2022-02-01T20:48:37.903Z [WARN]  failed to unseal core: error="stored unseal keys are supported, but none were found"

Not sure if I'm missing something or this is a known bug with vault auto-unseal using GCP KMS.

Thanks!

Issue resolved, check this issue for more details. hashicorp/vault#13918