You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
After upgrading Vault from 0.11.5, GCE auth failed, with the following error returned from Vault:
{"errors":["could not find service account \"[redacted]\" in project \"\": googleapi: Error 400: The name should be in the form \"projects/{project_id}/serviceAccounts/{account}\"., badRequest"]}
After rolling back to 0.11.5, the project_id Key of my roles at /auth/gcp/role/foo was missing. I wrote them again and this resolved that problem.
Environment:
Vault Server Version (retrieve with vault status):
Vault 1.0.0
The text was updated successfully, but these errors were encountered:
Describe the bug
After upgrading Vault from 0.11.5, GCE auth failed, with the following error returned from Vault:
After rolling back to 0.11.5, the
project_id
Key of my roles at /auth/gcp/role/foo was missing. I wrote them again and this resolved that problem.Environment:
vault status
):Vault 1.0.0
The text was updated successfully, but these errors were encountered: