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
We are having periodic errors from our vault clients attempting to login via GCP:
PUT http://<IP>:8200/v1/auth/gcp/login\nCode: 400. Errors:\n\n* failed to list instance groups for project \"<project>\": failed to extract zone from self-link \"regions/europe-west2\"}"
It is flaky. Sometimes this call works, sometimes not.
We are using:
GCE VMs
vault 1.1.0 which is built with this auth-gcp plugin from commit 7d4c2101e7d0b61ec9fb0dc3c75d79920c6369c5
Plugin code did not change from that point of time.
If we are not wrong this endpoint is used (?) by compute/v1 plugin is using: https://www.googleapis.com/compute/v1/projects/<project>/aggregated/instanceGroups
And it indeed returns both keys regions/xxx as well as zones/xxx in response.
Any clue what might be happening? (:
The text was updated successfully, but these errors were encountered:
This PR #74 did not fix the issue as the keys returned from the InstanceGroup.AggregatedList call look like regions/europe-west1 rather than /regions/europe-west1.
Hi 👋
Thanks for the awesome project!
We are having periodic errors from our vault clients attempting to login via GCP:
It is flaky. Sometimes this call works, sometimes not.
We are using:
vault 1.1.0
which is built with thisauth-gcp
plugin from commit7d4c2101e7d0b61ec9fb0dc3c75d79920c6369c5
Plugin code did not change from that point of time.
If we are not wrong this endpoint is used (?) by
compute/v1
plugin is using:https://www.googleapis.com/compute/v1/projects/<project>/aggregated/instanceGroups
And it indeed returns both keys
regions/xxx
as well aszones/xxx
in response.Any clue what might be happening? (:
The text was updated successfully, but these errors were encountered: