kelseyhightower / vault-on-google-kubernetes-engine

How to guide on running HashiCorp's Vault on Google Kubernetes Engine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

storage migration check error

SrikantPatil88 opened this issue · comments

Hi Folks,

My Vault cluster was working properly yesterday to give the master authorized access i had to deploy it again with terraform code but not is giving storage access issue ,

Vault is using GCS as backend
Getting below error in stack driver,

[WARN] storage migration check error: error="failed to read value for "core/migration": googleapi: got HTTP response code 403 with body: AccessDeniedAccess denied.

Primary: /namespaces/service account with additional claims does not have storage.objects.get access to the Google Cloud Storage object.
"

The status of Vault pod,
containers with unready status: [vault]

Anyone faced this issue?